Skip to main content
Glama

Get Space Operations

get_space_operations
Read-only

Retrieve the operations and permissions available to the current user for a given Confluence space ID.

Instructions

Get the operations (permissions) available to the current user in a space.

Args:
    space_id: The ID of the space.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
space_idYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that the result is scoped to the current user and clarifies 'operations' as 'permissions', but does not disclose return format or any further behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with a clear purpose sentence. The Args block is slightly redundant with the schema but does not significantly bloat the description. Overall, every sentence earns its place, though some redundancy exists.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with one parameter and good annotations, the description is minimally viable. However, it fails to distinguish itself from get_space_permissions and does not describe the output format, which could confuse an agent when selecting between similar tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description includes an Args section but only restates 'space_id: The ID of the space', adding little beyond the parameter name itself. With 0% schema coverage, the description fails to provide meaningful elaboration such as how to obtain the space_id or any format constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets operations/permissions for the current user in a space, with a specific verb and resource. However, it does not differentiate from the sibling tool get_space_permissions, which appears to serve a similar purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like get_space_permissions or get_page_operations. The description simply states what it does without any contextual exclusions or recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/pascalhubacher/confluence'

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