You're viewing a demo portfolio

Join the waitlist
PRSM

confluence_search

Active

Tool of mcp-confluence

declared in 0.1.0

Search Confluence pages by keyword or CQL query. Returns matching pages with ID, title, space, and content excerpt.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "cql": "text ~ \"project roadmap\""
    },
    {
      "cql": "space = ENG AND type = page",
      "limit": 100
    }
  ],
  "required": [
    "cql"
  ],
  "properties": {
    "cql": {
      "type": "string",
      "description": "CQL query string (e.g., \"text ~ \\\"search term\\\"\", \"space = DEV AND type = page\")"
    },
    "limit": {
      "type": "number",
      "description": "Number of results to return (default 25, max 100)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-confluence

https://github.com/pipeworx-io/mcp-confluence

2/7 registries
View full server →
confluence_search — mcp-confluence — PRSM MCP