Skip to main content
Glama
SpirrowGames

spirrow-prismind

Official
by SpirrowGames

create_document

Create and register a new document in the catalog with specified content, type, and phase-task. Keeps documents organized and searchable.

Instructions

Create a new document and register it in the catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDocument name
contentYesDocument content
featureNoFeature name
projectNoProject ID (uses current project if omitted)
doc_typeYesDocument type (design_doc/implementation_guide/etc.)
keywordsNoSearch keywords
phase_taskYesPhase-task (e.g., P4-T01)
Behavior2/5

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

No annotations are available, so the description must disclose behavioral traits. It only says 'create a new document and register it in the catalog' without detailing side effects, permissions, duplicate handling, or what 'register in the catalog' entails. This is insufficient for a mutation tool with zero annotation coverage.

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, clear, front-loaded sentence with no wasted words. It efficiently states the core action and a key consequence ('registers it in the catalog').

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

Completeness2/5

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

The tool has no output schema and no annotations, and the description leaves out behavioral details such as return values, error conditions, and catalog-specific semantics. While the schema covers parameter meaning, the overall context is under-specified for a create operation with 7 parameters and no additional 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?

The input schema has 100% description coverage for its 7 parameters, so the schema provides full parameter semantics. The description adds no extra information about parameters, but the baseline score of 3 applies because schema coverage is high.

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 uses a clear verb ('Create') and identifies the resource ('a new document'), plus an additional catalog registration detail. It is distinct from sibling tools like update_document and delete_document, though it does not explicitly name them.

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 such as update_document or add_knowledge. The description merely states the action, leaving the agent to infer usage context from the tool name and schema.

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/SpirrowGames/spirrow-prismind'

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