Skip to main content
Glama

UniAffitti Room Finder

Send a rental request

create_rental_request

Send a rental request for an approved available room using the authenticated UniAffitti account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNo
room_idYes
start_dateNoYYYY-MM-DD.
duration_monthsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior4/5

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

Annotations only indicate that this is not read-only and not destructive, so the description adds meaningful context by specifying the authenticated account requirement and the eligibility precondition of an approved available room. It does not contradict the annotations.

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 a single concise sentence that front-loads the core purpose and adds the key precondition and authentication context without wasted words.

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

Completeness2/5

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

There is no output schema, and the description does not explain expected return behavior, side effects, or parameter semantics. For a tool with four parameters and one required field, the description is too thin for an agent to invoke it confidently in varied scenarios.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25%, and the description does not compensate by explaining message, start_date, duration_months, or room_id beyond the generic notion of a room. The agent is left without meaningful guidance for the majority of parameters.

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 states a specific action ('Send a rental request') on a specific resource ('an approved available room') and names the authenticated account context. This clearly distinguishes it from sibling tools like list_my_requests or update_rental_request_status.

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 when to use the tool by requiring an 'approved available room,' which gives useful context. However, it does not explicitly name alternatives or state when not to use this tool versus related siblings like update_rental_request_status.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources