Search Confluence
searchSearch Confluence content with full-text, title, space, creator, label, and date filters. Combine filters to refine results, paginate with start/limit, and optionally save JSON output.
Instructions
Search Confluence. All filters are combined with AND. For paginated results use start/limit params; check hasMore in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | page, blogpost, comment, attachment | |
| label | No | page label | |
| limit | No | ||
| query | No | full-text search | |
| start | No | ||
| title | No | title contains (fuzzy match) | |
| parent | No | direct parent page ID | |
| creator | No | username who created | |
| ancestor | No | ancestor page ID (all descendants) | |
| save_path | No | if set, save JSON to this file instead of returning to LLM | |
| space_key | No | space key (exact) | |
| contributor | No | username who edited | |
| created_from | No | created >= date (YYYY-MM-DD) | |
| modified_from | No | lastModified >= date (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |