A FastGPT community toolset for Confluence Cloud spaces and pages.
listSpaces— list spaces visible to the authenticated account, with optional key/name filtering.searchPages— search pages using Confluence Query Language (CQL).getPage— read a page by content ID, optionally including storage-format HTML.createPage— create a page in a space, optionally under a parent page.updatePage— update a page title and/or storage-format body; the tool reads the current version and writesversion + 1.
Configure these FastGPT plugin secrets:
| Secret | Description |
|---|---|
siteUrl |
Confluence Cloud site URL, for example https://example.atlassian.net. Only HTTPS *.atlassian.net hosts are accepted. |
email |
Atlassian account email used for basic authentication. |
apiToken |
Atlassian API token. |
The implementation validates the configured site URL and rejects arbitrary endpoint overrides. It only calls HTTPS Atlassian Cloud *.atlassian.net hosts.
pnpm install --ignore-workspace
pnpm run type-check
pnpm test
pnpm build
pnpm check
pnpm run packRemote FastGPT dev debugging was not run in CI/local verification because it requires a live FastGPT connection key and real Confluence credentials.