Skip to main content
Glama

Create a document collection

create_doc_collection

Create a folder that documents can be filed under.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoLucide icon name.
nameYesCollection name.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and non-destructive, so the safety profile is covered. However, the description adds no additional behavioral detail such as side effects, required permissions, or implications of creating a collection. It merely restates the operation in simpler terms.

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?

A single sentence with no filler or redundant detail. Every word contributes to conveying the purpose, and the analogy to a folder makes it immediately understandable.

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

Completeness3/5

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

For a simple two-parameter create tool with no output schema, the description is minimally adequate. It conveys the core concept but omits any context about naming conventions, whether collections have hierarchy, or how collections relate to other entities. Given the tool's simplicity, this is acceptable but not comprehensive.

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 coverage is 100%, so both parameters (name and icon) are fully documented. The description adds only the conceptual 'folder' metaphor, which adds marginal meaning but does not elaborate on parameter formats, optionality, or constraints beyond what the schema already states.

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 uses a specific verb ('Create') and resource ('document collection' described as a folder). The phrase 'documents can be filed under' clearly distinguishes this from creating a document (create_doc) by implying a container role, even though no sibling is named explicitly.

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 given about when to use this tool versus alternatives like create_doc, update_doc_collection, or delete_doc_collection. There are no prerequisites, exclusions, or context about typical use cases, leaving the agent to infer from the description alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.