Skip to main content
Glama

mess_delete_monthly_registration

DestructiveIdempotent

Remove a monthly mess registration while preserving individual meal records. Use this tool to cancel your monthly meal plan for a specific month and year.

Instructions

Delete a monthly mess registration (individual meal registrations are kept).

Returns 403 if window closed.

Args: params: auth_key/session, month (1-12), year

Returns: JSON status 204 on success

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds valuable behavioral context beyond what annotations provide. While annotations already indicate this is destructive (destructiveHint: true) and idempotent (idempotentHint: true), the description adds specific information about the 403 error condition for closed windows and clarifies that individual meal registrations are preserved. This provides practical usage guidance that annotations alone don't 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?

The description is extremely efficient and well-structured. It opens with the core purpose, adds important behavioral context in parentheses, states a critical error condition, then lists parameters and return values in a clean format. Every sentence serves a clear purpose with zero wasted words.

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

Completeness5/5

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

Given the tool's destructive nature (annotations show destructiveHint: true), the description provides excellent completeness. It explains what gets deleted versus preserved, mentions a key error condition, and documents both parameters and return values. With an output schema present, it doesn't need to explain return values in detail, making this description appropriately complete for its context.

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?

With 0% schema description coverage, the description carries the full burden of parameter documentation. It mentions the parameters (auth_key/session, month, year) but provides minimal semantic context. The schema already documents these parameters thoroughly with descriptions, ranges, and requirements, so the description adds only basic parameter awareness without significant additional value.

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 specific action ('Delete a monthly mess registration') and distinguishes it from sibling tools by specifying that individual meal registrations are kept. This differentiates it from tools like 'mess_cancel_registration' or 'mess_delete_extra_registration' which handle different types of deletions.

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 clear context about when to use this tool (for deleting monthly registrations while keeping individual meals) and mentions a specific error condition (403 if window closed). However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools for different deletion scenarios.

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/Kallind/IIITH-Mess-MCP'

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