You're viewing a demo portfolio

Join the waitlist
PRSM

create_confluence_page

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →