Skip to main content
Glama

kreta_consulting_hour_detail

Read-onlyIdempotent

Retrieve detailed information for a specific consulting hour using its unique identifier, giving you complete appointment data from the student system.

Instructions

Egy fogadóóra részleteinek lekérése a listából kapott UID alapján.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
childNo
consulting_hour_uidYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the constraint that the UID must come from the list, but reveals no other behavioral traits such as error behavior or side effects.

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?

A single, front-loaded Hungarian sentence states the operation and the key constraint with no filler. Every word 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?

For a read-only detail lookup with an output schema and annotations covering safety, this is nearly complete. The main gap is the undocumented child parameter, which an agent may need to understand to call the tool correctly in a multi-child context.

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 0%, so the description must explain parameters. It clarifies consulting_hour_uid as the UID obtained from the list, but does not explain the optional child parameter at all, leaving a meaningful gap.

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 ('lekérése' = retrieval) and resource ('fogadóóra részletei' = consulting hour details), and specifies the lookup key is the UID from the list. This clearly distinguishes it from sibling kreta_consulting_hours, which is the list operation.

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?

It states the UID comes from the list, implicitly directing the agent to call kreta_consulting_hours first and then use this tool with the obtained UID. It does not explicitly name alternatives or exclusion conditions, but the context is clear.

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

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/arpadtamasi/kreta-ai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server