Skip to main content
Glama

Cadourile.ro

get_gift_list

Obține detaliile unei liste de cadouri, inclusiv cadourile din ea.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It does convey that this is a read-style retrieval and that the result includes the gifts inside the list. However, it does not disclose access requirements (owned vs. invited lists), error behavior, or whether the gift list details are summarized or full.

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?

One short sentence, front-loaded with the action and object, and the only detail (included gifts) earns its place. There is no filler or redundant structured data.

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

Completeness3/5

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

For a one-parameter read tool with no output schema, the description states the resource and the main return content (details plus contained gifts). It is adequate as a minimal definition, but it omits usage context (e.g., which sibling to use for listing all lists) and any conditions under which the operation fails or is unauthorized.

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?

The schema provides only a bare list_id integer with no description (0% coverage). The tool description only indirectly suggests list_id identifies the gift list; it does not explain how list_id is obtained, any constraints, or what the ID refers to. For a low-coverage schema the description should compensate more.

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 ('Obține'/'get') with a specific resource ('o listă de cadouri'/'a gift list') and adds the scope 'including the gifts in it.' This differentiates it from sibling tools like get_gift (single gift) and list_gift_lists (multiple lists).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to choose get_gift_list over list_gift_lists, get_gift, or list_invited_lists. The context must be inferred entirely from the tool name and sibling list, so an agent gets no explicit when/when-not direction.

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