Skip to main content
Glama
Nyrest

Capacities MCP

Create Capacities object

create_object

Create Pages, Tags, Tasks, or custom structures in Capacities. Loads live structure, validates properties, resolves labels, and accepts only strict API 2.0 blocks.

Instructions

Preferred structural creator for Page, Tag, Task, or custom structures. It loads the live structure, rejects unsupported types and invalid properties, resolves label names, and accepts only strict documented API 2.0 blocks. Use create_object_from_url for weblinks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesObject title.
blocksNoOne or more strict structural Capacities blocks. Use canonical hierarchy pairs and documented token targets only; omit block IDs on new blocks.
fieldsNoWritable properties keyed by property ID or UI name. Values are validated against the discovered structure at runtime. Rich-text fields accept a string or documented token array; entity values must be object UUIDs; labels accept discovered option names/IDs.
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.
structureYesStructure ID, exact singular name, or exact plural name returned by inspect_space. Unknown or ambiguous values are rejected before writing.
collectionsNoOptional collection UUIDs. Pass [] to use the structure's default collection.

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.
Behavior5/5

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

The description reveals dynamic behavior beyond annotations: it 'loads the live structure, rejects unsupported types and invalid properties, resolves label names, and accepts only strict documented API 2.0 blocks.' These are important operational constraints not present in the annotations.

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?

Three sentences, front-loaded: purpose first, then behavior, then alternative. No filler or repetition of schema content.

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

Completeness5/5

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

For a complex tool with nested block schema and output schema, the description covers live structure loading, validation, label resolution, and strict block enforcement. It omits return details but the output schema covers that, and prerequisites are implied in schema param descriptions.

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 schema already documents all parameters thoroughly. The description adds general claims about validation and strictness but no parameter-specific details beyond the schema.

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 states this is the 'Preferred structural creator for Page, Tag, Task, or custom structures', giving a specific verb and resource. It distinguishes from create_object_from_url by directing weblink cases to that sibling.

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

Usage Guidelines5/5

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

It explicitly frames itself as the 'Preferred structural creator' and gives a when-not rule: 'Use create_object_from_url for weblinks.' This addresses alternatives in the sibling list, though markdown variants are not mentioned.

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