get_space_by_key
Retrieve detailed information about a specific Confluence space using its unique key. Ideal for managing and organizing Confluence spaces efficiently.
Instructions
Get detailed information about a specific Confluence space by key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceKey | Yes | Space key |
Input Schema (JSON Schema)
{
"properties": {
"spaceKey": {
"description": "Space key",
"type": "string"
}
},
"required": [
"spaceKey"
],
"type": "object"
}