Skip to main content
Glama
darshk07

cronjob-org-mcp

by darshk07

Rename a folder

update_folder

Rename an existing folder to a new unique title using its numeric ID. Keep cron job organization updated with this tool.

Instructions

Rename an existing folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesNew folder title, must be unique in the account
folderIdYesThe folder's numeric ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure, but it only says 'Rename an existing folder.' It does not mention that the title must be unique (though schema does), what happens on duplicate titles, whether the operation is reversible, or what kind of response is returned.

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, front-loaded sentence with no wasted words. It loses a point only because it is so minimal that it does not contribute contextual value beyond the title and tool name.

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?

For a low-complexity tool with two fully documented parameters, the description plus schema is minimally sufficient for an agent to make a call. However, with no annotations and no output schema, important context about expected return values, error behavior, and side effects is missing.

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 100%, so the input schema already documents folderId and title, including the uniqueness constraint. The description adds no parameter-level meaning, so the baseline score of 3 applies.

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 states a specific verb ('Rename') and resource ('existing folder'), so it is clear what the tool does and it is not confused with create/delete/list folder tools. However, it closely restates the title 'Rename a folder' and adds only the word 'existing,' so it does not go beyond the obvious.

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 gives no guidance on when to use this tool versus its siblings like create_folder, delete_folder, or get_folder. It only implies applicability to an existing folder, but there are no explicit exclusions or alternative tool recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/darshk07/cron-job-org-mcp'

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