Skip to main content
Glama

create_knowledge_folder

Create a knowledge folder for organizing documents, enabling subsequent uploads via UI or API.

Instructions

Create a new knowledge folder for documents.

After creating, upload documents via Anam Lab UI or API.

Args: name: Folder name (e.g., "Product Documentation") description: Optional description

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It only states the action and a follow-up step, but omits key details such as whether creation is idempotent, required permissions, or error conditions. This minimal disclosure fails to compensate for the lack of annotations.

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 concise with three sentences plus a bullet list of parameters. Each sentence contributes: purpose, follow-up instructions, and parameter details. No extraneous information is present, making it efficient for an agent to parse.

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 presence of an output schema and the simplicity of creating a folder, the description is mostly complete. It covers the creation action and subsequent document uploads. One missing aspect is naming constraints or uniqueness rules, but for a basic CRUD tool, it is adequate.

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 0%, so the description adds value by providing examples and clarifying the description parameter as optional. However, it does not elaborate on constraints like uniqueness or allowed characters. The added context is helpful but not comprehensive.

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 'Create a new knowledge folder for documents,' providing a specific verb and resource. It distinguishes from sibling tools like create_knowledge_tool by focusing on folders rather than tools. The additional step of uploading documents after creation further clarifies its role.

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 only implies usage by mentioning document uploads afterward, but it does not explicitly state when to use this tool versus alternatives like create_knowledge_tool. No when-not or exclusion criteria are given, leaving the agent with insufficient guidance for tool selection.

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/anam-org/anam-mcp'

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