Skip to main content
Glama

nft_owner_atual

Le o dono real de UM token 0001sensations directamente da Ethereum mainnet (ownerOf), agora mesmo -- nao uma cache. Devolve owner_atual, rpc_usado, bloco consultado e verificado_em. So aceita um token_id por pedido (nunca lista os 65 de uma vez -- isso e nft_catalogo). ownerOf prova o dono naquele bloco; NAO prova que a peca esta listada para venda no OpenSea/Rarible -- esses links continuam sendo so consulta. (gratis)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
token_idNoNumero do token a confirmar agora mesmo on-chain (ver nft_catalogo para a lista de token_ids validos).

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries the full transparency burden and does so well: it discloses direct mainnet access, freshness (not cache), returned fields, per-request limit, and the block-specific nature of the ownerOf proof. This goes well beyond the minimal requirements.

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?

Each sentence serves a distinct purpose: main function, return fields, usage constraint, and an important limitation about marketplace listings. The description is well-organized, paced, and front-loaded with the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description explicitly names all four return fields (owner_atual, rpc_usado, bloco consultado, verificado_em), which is essential for a complete tool description. It also covers the only parameter, behavioral constraints, and comparisons to sibling tools, making it fully self-contained.

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?

Schema coverage is 100% and the description adds meaningful context: it emphasizes on-chain freshness ('agora mesmo on-chain') and directs users to nft_catalogo for valid token_id values, which is not present in the schema. This compensates for the schema's bare parameter description.

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 reads the actual owner of one specific token directly from Ethereum mainnet via ownerOf, differentiating it from nft_catalogo which lists all tokens. The verb 'Le' (reads) and resource 'dono real de UM token' are specific and unambiguous.

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 says this is for real-time on-chain owner confirmation, not a cache, and that it only accepts one token_id per request, pointing to nft_catalogo as the alternative for listing all 65 tokens. It also clarifies that ownerOf does not prove marketplace listing, setting proper expectations.

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.

TDQS

A3.7/5.0
Disambiguation4/5

Most tools have distinct purposes, but nft_dedicar and nft_dedicar_simbolica are easily confused as both link a name to an NFT, differing mainly in ownership requirement and payment. Also, licenca_formal and receber_obra may be confused as both involve acquiring an artwork, though one is a paid license and the other a free gift; descriptions help clarify.

Naming Consistency2/5

The tool names mix verb-first (doar, receber_obra) and noun-first patterns (nft_catalogo, parceiro_estado), and while they all use snake_case, there is no consistent verb_noun structure across the set. Some names use adjectives (nft_owner_atual, nft_dedicar_simbolica) making the pattern unpredictable.

Tool Count5/5

With nine tools covering the collection, licensing, dedication, donation, and partner program, the server is well-scoped within the typical 3-15 range. Each tool serves a distinct function in the ecosystem.

Completeness4/5

The server covers the main interactions with the 0001sensations collection, including receiving, licensing, cataloguing, dedicating, and checking ownership. Minor gaps exist, such as no direct tool to browse the physical FISICA collection or manage licenses, but these are workaroundable via URLs or not essential.