Skip to main content
Glama

get_item

Read-onlyIdempotent

Use this after a ranking result when the user wants details about one item. Pass the exact item slug from a Lunoo result or URL. It returns the canonical Lunoo URL for the item and public structured metadata. This is read-only and must not be used to invent rankings that were not returned by get_rankings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesExact item slug from a Lunoo ranking result or item URL, for example "frieren-beyond-journeys-end".

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • changedInput schema / properties / slug / description
      Previous value: -"Item slug (e.g., \"frieren-beyond-journeys-end\")"New value: +"Exact item slug from a Lunoo ranking result or item URL, for example \"frieren-beyond-journeys-end\"."
    • addedInput schema / properties / slug / maxLength
      Added value: +160
    • addedInput schema / properties / slug / minLength
      Added value: +1
    • addedInput schema / properties / slug / pattern
      Added value: +"^[a-z0-9]+(?:-[a-z0-9]+)*$"
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior. The description adds value beyond annotations by stating what the tool returns (canonical Lunoo URL and public structured metadata) and by prohibiting use for fabricating rankings.

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?

Three focused sentences with no filler. Usage context, required input, return value, and a critical constraint are all front-loaded and each sentence 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 single-parameter, read-only lookup tool with rich annotations and no output schema, the description is largely complete. It states the return values at a useful level, though enumerating the specific metadata fields would make it fully complete.

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 already documents the single 'slug' parameter with a description and example, so schema coverage is 100%. The description reinforces that the slug must be exact and come from a Lunoo result or URL, but mostly restates information already present in the schema.

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?

States a specific verb ('get'), resource ('item details'), and the exact context (after a ranking result, for details about one item). Clearly distinguishes from siblings by tying it to individual item lookup rather than rankings or niche finding.

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

Usage Guidelines5/5

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

Explicitly tells the agent when to use the tool: after a ranking result, when the user wants details about one item. It also gives a when-not instruction by warning not to use it to invent rankings not returned by get_rankings, effectively directing ranking needs to a sibling.

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.