Skip to main content
Glama

get_asset

Get full details of a specific marketplace asset by its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetIdYesThe asset ID (e.g. ASSET-068313271919)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. 'Get full details' signals a read-only lookup and says the return includes full information, but it does not describe error behavior, authentication needs, or what happens for invalid or nonexistent IDs.

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 short sentence with no filler. It front-loads the action, resource, and selection criterion efficiently.

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

Completeness3/5

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

For a one-parameter tool, the description is adequate for basic invocation, but with no output schema it leaves the return structure vague. It also lacks any guidance about failure cases, which limits completeness for an agent deciding whether the response will meet its needs.

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 coverage is 100% with a clear description and example for assetId. The description adds only 'by its ID,' which restates the schema rather than providing additional semantic meaning, so the 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 uses a specific verb and resource: 'Get full details of a specific marketplace asset by its ID.' This clearly distinguishes it from sibling tools like browse_assets and list_asset, which imply broader listing or discovery behavior.

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?

It implies the tool should be used when you already have an asset ID and need complete information, but it does not explicitly state when to prefer this over list_asset or browse_assets, nor does it mention any exclusions.

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