Skip to main content
Glama

Create Capacities object

create_object

Create a new Page, Tag, Task, or custom structure object in your Capacities space. Provide the structure type, title, optional fields, and blocks to build the object using the documented API.

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 after structure discovery.
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.
Behavior4/5

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

Annotations already provide readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false. The description adds valuable behavioral context beyond these: the tool 'loads the live structure, rejects unsupported types and invalid properties, resolves label names, and accepts only strict documented API 2.0 blocks.' This explains the openWorldHint (loading live structure) and validation behavior. No contradictions with annotations. Could mention idempotency or side effects more explicitly, but current disclosure is strong.

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 with zero wasted words. The first sentence immediately states the core purpose and scope. The second sentence adds behavioral detail and points to the sibling tool. It is front-loaded, efficient, and every clause earns its place. Ideal conciseness for a tool with rich schema and annotations.

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 has an output schema (return values not needing description), 6 parameters with complex nested blocks, and a sibling list, the description covers the essential behavioral contract: validation, live structure, label resolution, and alternative tools. It does not mention error handling specifics (e.g., what happens on invalid structure) or rate limits, but these are partially implied by 'rejects.' For a creation tool with this complexity, the description is nearly complete; a small gap is the lack of guidance on how the tool behaves with the openWorldHint (e.g., network dependencies).

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?

Input schema has 100% description coverage, so each parameter already has meaningful documentation. The description adds general context about structure loading and strict block acceptance, which relates to the 'structure' and 'blocks' parameters. However, it does not introduce new parameter-specific details beyond what the schema provides. Baseline 3 is appropriate; the description reinforces but does not significantly extend parameter semantics.

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 creates Capacities objects (Page, Tag, Task, custom structures) with a specific verb + resource. It distinguishes from sibling 'create_object_from_url' by explicitly noting that variant for weblinks, and from other creation tools by being the 'preferred structural creator.' The behavioral details (loads live structure, rejects unsupported types, resolves label names) add specificity to the purpose.

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 provides direct guidance on when to use this tool ('for Page, Tag, Task, or custom structures') and when not to ('Use create_object_from_url for weblinks'). It implies it should be used for structured object creation with validation. However, it does not address when to prefer 'create_object_markdown' or other siblings, missing a small opportunity for more exhaustive guidance. Still, the context is clear and actionable.

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