[Feature]: Add tool parameter to write to Confluence in storage format · Issue #413 · sooperset/mcp-atlassian · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use confluence_get_page to get the contents of a page in storage format and use LLM to modify the contents. But I cannot write the contents back into Confluence in storage format. confluence_update_page always converts it into Markdown ruining any formatting and macros on the page.
Describe the solution you'd like
Add a new parameter to confluence_create_page and confluence_update_page to give LLM the flexibility to write in either markdown or storage format.
Describe alternatives you've considered
What i am doing is running a local copy of mcp-atlassian with this change.
Use Case
No response
Additional Context
I am willing to submit a PR with this change if I can help.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use
confluence_get_page
to get the contents of a page in storage format and use LLM to modify the contents. But I cannot write the contents back into Confluence in storage format.confluence_update_page
always converts it into Markdown ruining any formatting and macros on the page.Describe the solution you'd like
Add a new parameter to
confluence_create_page
andconfluence_update_page
to give LLM the flexibility to write in either markdown or storage format.Describe alternatives you've considered
What i am doing is running a local copy of mcp-atlassian with this change.
Use Case
No response
Additional Context
I am willing to submit a PR with this change if I can help.
The text was updated successfully, but these errors were encountered: