Skip to main content
Glama

EmblemAI AgentWallet

opensea: openseaGetNFTOffers

openseaGetNFTOffers
Read-onlyIdempotent

Get buy offers for an NFT on OpenSea

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainIdYesThe chain ID (1=Ethereum, 137=Polygon, 8453=Base)
tokenIdYesThe token ID of the NFT
contractAddressYesThe NFT contract address

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior2/5

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

The description only restates the action ('Get buy offers') and adds no behavioral information beyond what annotations already provide (readOnlyHint, idempotentHint, openWorldHint). It does not disclose details like pagination, output format, or any API-specific behavior, so the agent gains no extra transparency from the text.

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?

A single sentence that is direct, front-loaded, and free of extraneous detail. The description efficiently conveys the tool's purpose without any wasted words.

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?

Given the simplicity of the tool, the full schema coverage, and the strong read-only annotations, the description is adequately complete. Since there is no output schema, a hint about return values might help, but the tool's purpose is clear enough for selection and 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 already provides 100% coverage with descriptions for all three parameters, including an enum for chainId. The description adds no additional parameter-level context, so the baseline score of 3 applies per the rubric.

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 'Get' with a clear resource 'buy offers for an NFT on OpenSea', and explicitly distinguishes from sibling tools like openseaGetNFTListings (sell listings) and openseaGetBestListings. It leaves no ambiguity about what the tool does.

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 usage by stating it retrieves buy offers, but it does not explicitly mention when to use this tool versus alternatives or provide any exclusion criteria. No alternative tools are referenced, so the agent must infer context from the tool name and siblings.

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