conf_get_space
Retrieve detailed metadata for a specific Confluence space, including description, homepage ID, type, status, theme, and permissions, using the space key. Integrates with the Atlassian Confluence MCP Server for comprehensive space context.
Instructions
Retrieves comprehensive details for a specific Confluence space identified by spaceKey
. Returns the space's description, homepage ID, type, status, theme, permissions, and other metadata as formatted Markdown. Use this after finding a space key via conf_ls_spaces
to get the full space context.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spaceKey | Yes | The key of the Confluence space to retrieve (e.g., "DEV" or "MARKETING"). The space key is a unique identifier for a space, typically a short uppercase code. |