Skip to main content
Glama

create_collection

Organize documents by creating a new section or category, setting up project workspaces, or grouping content by department or topic. Customize with a name, optional description, and color for easy identification.

Instructions

    Creates a new collection for organizing documents.
    
    Use this tool when you need to:
    - Create a new section or category for documents
    - Set up a workspace for a new project or team
    - Organize content by department or topic
    - Establish a separate space for related documents
    
    Args:
        name: Name for the collection
        description: Optional description of the collection's purpose
        color: Optional hex color code for visual identification 
(e.g. #FF0000)
        
    Returns:
        Result message with the new collection ID
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNo
descriptionNo
nameYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It clearly indicates this is a creation/mutation operation ('Creates a new collection') and mentions the return format ('Result message with the new collection ID'), but doesn't address permissions, error conditions, or other behavioral aspects like whether duplicate names are allowed.

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?

Well-structured with clear sections (purpose, usage guidelines, args, returns) and no wasted sentences. The bullet points could be slightly more concise, but overall the information is efficiently organized and front-loaded.

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?

For a creation tool with no annotations and no output schema, the description does well by explaining purpose, usage, parameters, and return format. It could benefit from mentioning permissions or error handling, but covers the essential context given the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by explaining all three parameters: 'name' (Name for the collection), 'description' (Optional description of the collection's purpose), and 'color' (Optional hex color code for visual identification). It even provides an example for the color parameter.

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 specific action ('Creates a new collection') and resource ('for organizing documents'), distinguishing it from siblings like 'update_collection' or 'list_collections'. It provides concrete purpose beyond just the tool name.

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?

The description explicitly lists four specific use cases with bullet points (e.g., 'Set up a workspace for a new project or team'), providing clear guidance on when to use this tool versus alternatives like 'update_collection' for modifying existing collections.

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

Related 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/Vortiago/mcp-outline'

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