Skip to main content
Glama

get_space

Read-only

Retrieve Docmost space details and membership context using the space ID.

Instructions

Fetch Docmost space details by space ID, including membership context for the current user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
space_idYesThe Docmost space ID.
Behavior4/5

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

Annotations already mark the tool as readOnlyHint=true, so safety is clear. The description adds value by specifying that the response includes membership context, which is beyond the basic read behavior. No contradictions.

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

Conciseness5/5

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

The description is a single, concise sentence that front-loads the action and resource, with no redundant or wasteful language.

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

Completeness4/5

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

Given the tool is simple (one parameter, read-only, no output schema), the description sufficiently explains what the tool returns (space details and membership context). It could optionally mention that the space_id is required, but that is already in the schema. Overall adequate.

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

Parameters3/5

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

The single parameter space_id is already fully described in the input schema (100% coverage). The description adds no additional semantic information about the parameter, so baseline score of 3 is appropriate.

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

Purpose5/5

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

Description clearly specifies the action (fetch), resource (space details), and key differentiator (including membership context for the current user). This distinguishes it from sibling tools like list_spaces (which lists all spaces) or update_space (which modifies).

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

Usage Guidelines3/5

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

The description implies usage when you have a specific space ID, but does not explicitly state when to use this tool vs alternatives like list_spaces, nor does it provide any exclusion criteria or prerequisites.

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/wisflux/docmost-local-mcp'

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