find_confluence_page
Find a Confluence page by exact title and retrieve its content in markdown format with metadata. Optionally specify a space ID to narrow search. Returns a list if multiple pages match.
Instructions
Find and retrieve a Confluence page by its title. Returns the page content in markdown format, along with metadata. Optionally specify a spaceId to narrow the search. If multiple pages match the title, returns a list of matches to choose from. TIP: Use this when you know the exact page title, but prefer search_confluence_pages for partial matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the page to find | |
| spaceId | No | Optional space ID to limit the search scope |