Skip to main content
Glama

get_user_profile_schema

Return the strict standard schema for user_profile.

IMPORTANT:
- Only these standard UserProfile fields are allowed.
- No alias mapping is supported.
- city is NOT a profile field.
- checkin_date / checkout_date are NOT profile fields.
- Numeric budget constraints usually belong to search_hotels price_min/price_max.

Use this tool when the external model is unsure what fields are allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description fully carries the transparency burden. It discloses major behavioral constraints: strict schema, no alias mapping, non-supported fields (city, checkin_date/checkout_date), and a redirect for budget constraints. This adds valuable context beyond the tool name and 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?

Concise and front-loaded with the primary purpose. The IMPORTANT section uses bullet-like formatting for clarity. Every sentence serves a purpose—no filler.

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 simplicity (no parameters, output schema exists), the description is complete: it states the purpose, usage trigger, and key restrictions. It adequately prepares the agent to invoke the tool correctly.

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

Parameters4/5

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

Tool has zero parameters, so there is no parameter semantics to clarify. Baseline 4 is appropriate; description does not need to add parameter info.

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 clear verb and resource: 'Return the strict standard schema for user_profile.' It also distinguishes itself from sibling tools by focusing on schema retrieval rather than extraction or updating, and lists what fields are not allowed.

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?

Explicitly says 'Use this tool when the external model is unsure what fields are allowed.' However, it does not provide when-not-to-use guidance or mention specific alternatives beyond implicit differentiation from 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