Skip to main content
Glama

Cadourile.ro

list_gift_lists

Listează toate listele de cadouri ale userului autentificat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

The description conveys that this is a read-style listing operation scoped to the authenticated user, which is useful behavioral context. But with no annotations provided, important behavioral details such as whether the response includes gift items, whether results are paginated, and the exact ordering remain unspecified.

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 redundant wording. Every element—action, resource, and scope—adds value, making it an example of efficient tool documentation.

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 zero-parameter list operation, the description provides the essential purpose and scope needed to select and invoke the tool among siblings. It does not describe the response structure or whether nested gift items are included, but the operation is simple and the description is otherwise sufficient for correct invocation.

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?

The tool has zero parameters and the input schema is empty, so the schema fully covers the input space. The description adds the meaningful semantic detail that the relevant user is the authenticated user, resolved from the session rather than supplied as an argument.

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 ('listează' / lists) with a clear resource ('all gift lists') and a precise scope ('of the authenticated user'). This scope distinguishes it from sibling tools like list_invited_lists, so an agent can immediately tell which list-oriented tool is appropriate.

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

Usage Guidelines3/5

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

The description clearly implies when to use the tool: when the agent needs the authenticated user's own gift lists. However, it does not explicitly mention alternatives such as list_invited_lists for shared or received lists, nor get_gift_list for retrieving a single list, so the when-not-to-use guidance is only implicit.

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