get_space_by_id
Retrieve detailed information about a Confluence space using its unique ID. This tool enables efficient management and access to Confluence space data.
Instructions
Get detailed information about a specific Confluence space by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spaceId | Yes | Space ID |
Input Schema (JSON Schema)
{
"properties": {
"spaceId": {
"description": "Space ID",
"type": "string"
}
},
"required": [
"spaceId"
],
"type": "object"
}