Skip to main content
Glama

Get Product

meta_get_product
Read-onlyIdempotent

Retrieve complete product details, including price, availability, sale price, condition, and inventory, by providing a product ID.

Instructions

Gets details for a single product.

Args:

  • product_id (string): The product ID

Returns full product details including price, availability, sale price, condition, and inventory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idYesProduct ID
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
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 clear. The description adds useful return-content context (price, availability, sale price, condition, inventory), which is helpful since no output schema exists. It does not disclose error behavior, auth requirements, or rate limits, but these are less critical for a simple read with strong annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the core purpose. The Args section is slightly redundant with the schema but is minimal and does not add notable clutter. The Returns line provides valuable response details without filler.

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 read-only tool with complete schema coverage and strong annotations, the description is mostly sufficient: it names the required identifier, explains it is for a single product, and lists key return fields. A minor gap is that it does not clarify how product_id relates to product catalogs or feeds, but this does not block correct selection or invocation.

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 input schema has 100% description coverage for both parameters, including the response_format enum and default. The description only restates product_id without adding new meaning and does not mention response_format, so it adds minimal value beyond the schema. Baseline 3 is appropriate.

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 a specific verb and resource: 'Gets details for a single product.' It distinguishes this tool from siblings like meta_list_products, meta_create_product, meta_update_product, and meta_delete_product by emphasizing 'single product' and focusing on retrieval.

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 implies when to use the tool: when you need details for one specific product by product_id. However, it does not explicitly state when not to use it or mention alternative tools like meta_list_products for browsing multiple products. The usage context is present but left to inference.

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

Install Server

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/open-work-org/open-mcp-servers'

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