Skip to main content
Glama

Create collection

create_collection

Creates a collection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCollection name.
descriptionNoOptional description of the collection. Omit or null for none.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
createdAtYes
descriptionYes
workspaceIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds no behavioral context beyond restating 'creates'—it does not mention duplicate-name behavior, permissions, side effects, or whether creation can fail under particular conditions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with no filler, making it very readable and front-loaded. However, it is essentially a rewording of the title, so it is concise but not meaningfully informative.

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?

Given the simple two-parameter schema, existing annotations, and the presence of an output schema, the description is minimally viable for invoking the tool. It still lacks guidance on uniqueness, naming expectations, or how this relates to sibling collection operations, so it is adequate but not complete.

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%, with both 'name' and 'description' already documented clearly in the input schema. The description adds no parameter-level meaning, but the schema carries the full burden, so the baseline score of 3 is appropriate.

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 states the exact operation ('Creates') and the target resource ('a collection'), making the purpose clear and unambiguous. It does not explicitly distinguish this from sibling creation tools like create_course or create_theme, but the resource itself is already named.

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?

The description provides no guidance about when to use create_collection versus related alternatives such as add_course_to_collection or update_collection. There are no stated prerequisites, exclusions, or contextual hints about the intended workflow.

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.

Resources