Skip to main content
Glama

create_routine_folder

Create a folder to categorize and manage your Hevy workout routines. Provide a title to set up the new folder.

Instructions

Create a new routine folder

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the core action 'create' but does not disclose any side effects, permission requirements, or return behavior. The description adds no context beyond the obvious mutation.

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 that is direct and front-loaded. It is efficient and earns its place, though it is extremely brief and could be more informative without becoming verbose.

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 tool's simplicity (one parameter, no output schema), the description covers the core purpose. However, it lacks any context about the routine folder structure, prerequisites, or parameter semantics, leaving it merely adequate for a simple create operation.

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 input schema has one required 'title' string with 0% schema description coverage. The description does not mention 'title' at all, leaving the agent without any information about acceptable values, constraints, or how the title is used. The description fails to compensate for the lack of schema documentation.

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 uses a specific verb 'create' with a clear resource 'routine folder', distinguishing it from sibling tools like get_routine_folders, delete_routine_folder, and update_routine_folder. It unambiguously states the tool's function.

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

Usage Guidelines3/5

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

The description implies this tool is for creating a routine folder but provides no explicit guidance on when to use it versus alternatives. No exclusions or alternative tools are mentioned, but the create operation is contextually clear.

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/jamoski3112/hevy-mcp'

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