Skip to main content
Glama

Atlassian Confluence MCP Server

by aashari

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

NameRequiredDescriptionDefault
spaceKeyYesThe 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.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "spaceKey": { "description": "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.", "type": "string" } }, "required": [ "spaceKey" ], "type": "object" }
Install Server

Other Tools from Atlassian Confluence MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aashari/mcp-server-atlassian-confluence'

If you have feedback or need assistance with the MCP directory API, please join our Discord server