Skip to main content
Glama
chrischall

crowntowncompost-mcp

by chrischall

Skip or un-skip an upcoming service

crowntown_skip_service

Skip or unskip an upcoming collection day using route and client IDs. Preview with a dry run, then confirm to apply.

Instructions

Skip (or un-skip) an upcoming collection day. Pass the rid + clid from crowntown_list_upcoming_services. Without confirm:true this is a DRY RUN that returns a preview and makes no network call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ridYesRoute id (data-rid) from crowntown_list_upcoming_services.
clidYesClient-location id (data-clid) from crowntown_list_upcoming_services.
actionNo"skip" to skip the day, "unskip" to restore it. Match the action from the upcoming-services list.skip
confirmNoMust be true to proceed. Without this, the tool returns a preview.
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, openWorldHint=true), the description discloses a critical behavioral detail: without confirm:true it is a dry run that returns a preview and makes no network call. This adds significant transparency about side effects and execution mode, which the annotations alone do not convey.

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?

Two concise sentences, front-loaded with the primary action and immediately giving the essential prerequisite. No filler or redundant text; every clause contributes meaningful information.

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?

The description covers prerequisites and the confirm gating, which is good. However, without an output schema it does not describe the preview format or the final response after a confirmed skip/unskip, leaving a small gap for a state-changing tool.

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 baseline is 3. The description adds a small value by highlighting confirm's dry-run behavior, but mostly reinforces the rid/clid source that the schema already documents. No major enrichment beyond the schema.

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?

Description uses a specific verb ('Skip (or un-skip)') with a clear resource ('upcoming collection day'), which distinguishes it from sibling tools like report_missed_pickup and list_upcoming_services. The mention of passing rid + clid from crowntown_list_upcoming_services further grounds the tool's exact role.

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

Usage Guidelines4/5

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

The description provides a key prerequisite (obtain rid/clid from crowntown_list_upcoming_services) and clearly explains the dry-run behavior without confirm:true. It does not explicitly name when-not-to-use or alternatives, but the context is evident from the tool's action and sibling names.

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/chrischall/crowntowncompost-mcp'

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