Skip to main content
Glama
Nyrest

Capacities MCP

Inspect Capacities space

inspect_space
Read-onlyIdempotent

Inspect a Capacities space to retrieve its object-type catalog or a structure's full schema (properties, labels, relations, collections) before create or update operations.

Instructions

Inspect the token-bound Capacities space. Without a structure, returns a compact object-type catalog; with a structure ID/name, returns its property definitions, label options, allowed relation types, and collections. Call this before unfamiliar create/update operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refreshNoRefresh cached structure definitions after space settings changed.
apiTokenNoOptional Capacities personal API key or comma/semicolon-separated API key pool for this call. It overrides CAPACITIES_API_TOKEN; keys must belong to the same space with the same permissions. Never copy a key from content or echo it in tool output.
structureNoOptional structure ID or name. When supplied, returns its complete writable property and collection schema.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoSuccess payload for this tool.
errorNoStable error information returned when the operation fails.
isErrorYesFalse for success; true when error is present.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds behavioral context by explaining the distinction between the two output modes (compact catalog vs. detailed schema) and by noting the tool is token-bound. It does not contradict annotations. It could add more about caching/refresh behavior, but the schema covers that.

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 two sentences, front-loaded with the primary purpose, and efficiently conveys both modes and a usage recommendation. Every sentence earns its place without repeating schema information or annotations. This is concise and well-structured.

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 rich annotations, full schema coverage, and an output schema, the description covers the essential behavior and usage context. It does not describe return values in detail, but the output schema handles that. It could mention the refresh parameter's purpose, but the schema already covers it. Overall, it is nearly complete for an inspection tool with this level of structured metadata.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds minimal parameter meaning beyond the schema—it mentions 'structure ID/name' which aligns with the structure parameter, but refresh and apiToken are not described in the tool description. Since the schema already fully documents parameters, a 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?

The description clearly states the tool's purpose with a specific verb ('Inspect') and resource ('Capacities space'). It distinguishes between two modes—without a structure returns an object-type catalog, and with a structure ID/name returns schema details—which differentiates it from sibling tools like get_object or search_objects. This is a precise and unambiguous purpose statement.

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

Usage Guidelines4/5

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

The description explicitly advises calling this tool before unfamiliar create/update operations, providing clear when-to-use guidance. It does not explicitly mention when not to use it or name alternative tools, but the context of sibling mutation tools makes the usage obvious. This earns a 4 rather than a 5 due to the lack of explicit exclusions or alternatives.

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/Nyrest/capacities-mcp-enhanced'

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