Skip to main content
Glama

Vedar — Kamchatka travel

Справка о месте

get_place_info
Read-onlyIdempotent

Найти базовую информацию о месте из базы данных (используй get_guardian_context для полного контекста с безопасностью и алертами).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesНазвание объекта

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds behavioral context by clarifying the result is 'basic information' and that safety/alerts are deliberately excluded, pointing to get_guardian_context for that extra scope. No contradiction with 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, front-loaded sentence with no filler. It states the core purpose first and then immediately gives the relevant sibling alternative, using every word efficiently.

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?

For a one-parameter, read-only lookup tool whose annotations cover safety and idempotency, the description is sufficiently complete. It names the alternative for richer context, and no output schema is required for such a basic 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?

Schema description coverage is 100%, and the single parameter 'name' is already documented as 'Название объекта'. The description adds no additional parameter-level meaning beyond what the schema provides, so the baseline score of 3 applies.

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 verb and resource: 'Найти базовую информацию о месте из базы данных' (find basic place info from the database). It also differentiates the tool from get_guardian_context by pointing to that sibling for fuller context, so an agent can distinguish them clearly.

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 explicitly routes the agent to get_guardian_context when full context with safety and alerts is needed, implying get_place_info is for basic lookups only. This gives clear usage context, though it does not spell out other exclusions or alternative tools.

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.