create_confluence_page
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Create a new Confluence page from the output of jira_to_test_suite. Formats Gherkin, E2E steps, API tests, and test data as a properly structured Confluence page with code blocks and tables. STATEFUL — creates a new page in the specified space.
Parameters schema
{
"type": "object",
"required": [
"confluence_base_url",
"confluence_email",
"confluence_token",
"space_key",
"test_suite"
],
"properties": {
"title": {
"type": "string",
"description": "Page title. Defaults to \"Test Plan: {issue_key}\""
},
"issue_key": {
"type": "string",
"description": "Source Jira issue key (for the page title and source link)"
},
"issue_url": {
"type": "string",
"description": "Source Jira issue URL (added as a link in the page)"
},
"space_key": {
"type": "string",
"description": "Confluence space key where the page will be created, e.g. \"QA\", \"ENG\""
},
"test_suite": {
"type": "object",
"description": "The test_suite object from jira_to_test_suite result",
"additionalProperties": true
},
"parent_page_id": {
"type": "string",
"description": "Optional parent page ID — page will be created as a child of this page"
},
"confluence_email": {
"type": "string",
"description": "Atlassian account email"
},
"confluence_token": {
"type": "string",
"description": "Atlassian API token"
},
"confluence_base_url": {
"type": "string",
"description": "Atlassian base URL"
}
}
}Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries