Skip to main content
Glama

create_taxonomy

Create a new taxonomy to organize and categorize media assets in Mediagraph. Define a name and optional description to structure your digital library for easier search and management.

Instructions

Create a new taxonomy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
descriptionNo
Behavior1/5

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

With no annotations provided, the description must carry the full burden of disclosing behavioral traits. It only states the basic action and does not mention permissions, side effects, return values, idempotency, or error conditions. This is no more informative than the tool name itself, offering zero insight into what happens when the tool is invoked.

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 extremely concise, consisting of a single clear sentence. It is front-loaded with the action and resource, avoiding any fluff. However, its brevity borders on under-specification, though that is addressed in other dimensions; for what it contains, it is efficiently structured.

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

Completeness1/5

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

For a mutation tool with two parameters, no output schema, and no annotations, the description provides no context about the tool's role in the system, the meaning of a taxonomy, required inputs, or expected outcomes. This is completely inadequate for an agent to understand the tool's place among the many sibling tools.

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

Parameters1/5

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

The description mentions neither of the two parameters ('name', 'description') nor their semantics. Since the schema description coverage is 0%, the description must compensate but instead provides no parameter-level guidance. It does not explain that 'name' is required, what 'description' is for, or any constraints like uniqueness.

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 action ('Create') and the resource ('a new taxonomy'), which is explicit and unambiguous. Unlike siblings such as 'update_taxonomy', 'delete_taxonomy', or 'list_taxonomies', the verb and resource combination makes the tool's purpose immediately distinct.

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 on when to use this tool versus alternatives. It doesn't mention any prerequisites, such as whether a taxonomy should be created before adding tags, nor does it reference related tools like 'create_taxonomy_tag' or 'add_tag_to_taxonomy'. This leaves the agent without context for making a proper 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/mediagraph-io/mediagraph-mcp'

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