Skip to main content
Glama

UniAffitti Room Finder

List my rental requests

list_my_requests
Read-only

List rental requests sent or received by the authenticated user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionNoall

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful scope context ('sent or received by the authenticated user') but doesn't disclose potential behavioral details such as output format, sorting, limit, or pagination. This is adequate but not rich.

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 one concise sentence with no wasted words. It front-loads the verb and resource, then adds the essential user-scope detail. Every part earns its place.

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 simplicity of the tool, one optional parameter, and annotations that establish safety, the description is almost complete. It leaves out response format and pagination behavior, which would be helpful but not critical for a straightforward list operation.

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?

There is only one parameter, direction, and the schema provides an enum and default. The description's phrase 'sent or received' maps to two enum values and gives some semantic context, but the description doesn't explicitly explain that direction filters results or that 'all' is the default. With 0% schema description coverage, this is only partial compensation.

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 uses a specific verb ('List'), identifies the exact resource ('rental requests'), and scopes it to the authenticated user ('sent or received'). This clearly distinguishes it from sibling tools like create_rental_request, update_rental_request_status, list_my_listings, and list_my_favorites.

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 makes the use case clear: call this when the goal is to retrieve rental requests involving the current user. It doesn't explicitly name alternatives or state exclusions, but the resource type and user scope are enough to route an agent correctly among the listed siblings.

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