Skip to main content
Glama

Cadourile.ro

extract_gift_metadata

Extrage metadatele unui produs de pe un link (title, description, image_url, price) — echivalentul din agent al formularului web „adaugă cadou", unde lipirea unui link completează automat restul câmpurilor.

Folosește rezultatul ca să completezi argumentele lui create_gift/update_gift.
Rate-limitat server-side la 100 request-uri/zi (per cont dacă backend-ul recunoaște
tokenul, altfel per adresă IP) — nu apela repetat pentru același URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently reveals server-side rate limiting (100 requests/day, per account or IP) and instructs not to call repeatedly for the same URL, which is critical operational context. It also implies a read-only behavior by describing extraction rather than mutation. However, it does not mention error handling or response format specifics, which would strengthen transparency further.

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 concise and well-structured. The first sentence immediately states the tool's function and output fields, while the second provides usage guidance and rate-limit warnings. Every sentence adds value without redundancy, and the key information is front-loaded. It is efficient and easy to parse.

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 simple tool with one parameter and no output schema, the description covers the essential aspects: what it does, how to use the result, and rate-limit behavior. It lacks explicit error-handling or failure scenarios, but that is not critical for a basic extraction tool. Overall, it provides enough context for an agent to correctly invoke and use the tool.

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?

The schema has only one parameter 'url' with 0% description coverage, so the description must compensate. It clarifies that the url is a product link ('de pe un link') and implies it should be a valid web link, which is adequate for the agent. However, it doesn't specify URL format expectations or edge cases like invalid links, leaving some ambiguity. The description adds enough to understand the parameter's purpose but not full semantics.

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 clearly states the tool extracts metadata (title, description, image_url, price) from a link, and explicitly names the web-form equivalent it mirrors. This distinct action (extracting vs. creating/updating) sets it apart from siblings like create_gift and update_gift, which are mentioned as consumers of the result.

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 tells the agent to use the result to fill arguments of create_gift/update_gift, giving a clear intended workflow. It also advises against repeated calls for the same URL, which is a usage constraint. While it doesn't list alternative tools to avoid, the context is sufficient for an agent to know when to invoke this tool.

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