Skip to main content
Glama

Create media folder

create_media_folder

Create a new media folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFolder name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe new folder — id and name. Pass the id to move_media_to_folder.
successYesTrue when the call succeeded. A failure comes back as an error result instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

The annotations indicate readOnlyHint=false and destructiveHint=false, which already imply a write operation. The description adds no extra behavioral traits, such as whether duplicate names are allowed, parent-folder requirements, or permission needs. For a creation tool, this is sparse.

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 a single, direct sentence with zero filler. It is front-loaded and easily parsed, making it highly concise and well-structured for an agent to digest quickly.

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

Completeness2/5

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

Although the tool is simple, the description lacks sufficient context about when to use it, what a 'media folder' is in the broader system, or any side effects of creation. The presence of sibling tools like create_folder and update_media_folder makes this ambiguity more impactful.

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?

The only parameter 'name' is fully described in the schema ('Folder name'), so schema coverage is 100%. The description adds no supplementary meaning beyond what the schema already provides, matching the baseline expectation.

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 specifies a clear action ('Create') and resource ('a new media folder'), which is unambiguous on its own. However, it doesn't explicitly distinguish itself from the sibling create_folder, so it relies on the reader to note the 'media' qualifier.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to use this tool versus alternatives like create_folder, update_media_folder, or list_media_folders. The description simply states the action without any context or exclusions.

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