Skip to main content
Glama

mess_create_extra_registration

Add extra food items to your existing meal registration at IIIT Hyderabad mess. Specify the item, date, meal type, and mess location to register for additional portions beyond your regular meal plan.

Instructions

Register for an extra item on a meal.

User must have a regular registration at that mess for that meal. Cannot be modified — delete and recreate if needed.

Args: params: auth_key/session, extra (item ID), meal_date, meal_type, meal_mess

Returns: JSON array of ExtraRegistrationInserted objects

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?

Annotations indicate this is a non-readOnly, non-destructive, non-idempotent, openWorld operation. The description adds valuable context: it specifies a prerequisite (existing regular registration) and immutability constraint ('Cannot be modified'), which are not covered by annotations. However, it doesn't mention potential side effects like rate limits or authentication requirements beyond what's in the schema.

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 front-loaded with the core purpose, followed by prerequisites, behavioral notes, and structured parameter/return sections. Every sentence earns its place: the first states the action, the second gives a critical constraint, the third explains immutability, and the last two provide essential I/O details without redundancy.

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?

Given the tool's complexity (a write operation with prerequisites), annotations cover safety aspects, and an output schema exists (so return values needn't be described). The description adds key context like the regular registration prerequisite and immutability. However, it lacks details on error conditions or response structure beyond 'JSON array of ExtraRegistrationInserted objects', leaving some gaps for a mutation 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 0%, but the description's 'Args' section lists all parameters (auth_key/session, extra, meal_date, meal_type, meal_mess) with brief explanations. This compensates somewhat, but the explanations are minimal (e.g., 'item ID', 'Date YYYY-MM-DD') and don't add deep semantic context beyond what's inferable from names. The baseline is 3 due to the parameter list presence.

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 ('Register for an extra item on a meal') and resource ('extra item'), distinguishing it from siblings like mess_create_registration (regular registration) and mess_delete_extra_registration (deletion). It precisely defines the tool's function without ambiguity.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: 'User must have a regular registration at that mess for that meal' (prerequisite) and 'Cannot be modified — delete and recreate if needed' (alternative action). This clearly indicates when to use this tool versus mess_delete_extra_registration for modifications.

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