Skip to main content
Glama

get_asset_metadata_view

Retrieve metadata for a specific asset view by supplying the asset and view IDs. This returns the metadata fields defined for that view.

Instructions

Get metadata for a specific view

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
view_idYesThe metadata view UUID
asset_idYesThe asset UUID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates a read action and gives no information about return format, scope, side effects, errors, or prerequisites. The only implicit behavioral signal is that 'get' suggests a non-mutating operation.

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

Conciseness3/5

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

The description is one short sentence with no wasted words, but it is underspecified rather than appropriately informative. It omits the key distinction between an asset metadata view and a generic metadata view, so the brevity comes at the cost of clarity.

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

Completeness2/5

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

The tool has only two simple UUID parameters and no output schema, so a short description could suffice. But the description does not clarify what 'view' means, why both asset_id and view_id are needed, or how this relates to closely named sibling tools. This is incomplete for reliable agent selection.

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 describes both parameters with UUID descriptions and 100% coverage, so the schema already handles parameter semantics. The description adds no meaning about how asset_id and view_id relate, but it does not need to compensate heavily given the schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action and resource: 'Get metadata for a specific view.' However, 'view' is ambiguous, and the description does not clarify that this is an asset-scoped metadata view, nor does it distinguish the tool from siblings like get_metadata_view or get_asset_metadata.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool instead of alternatives such as get_metadata_view, get_asset_metadata, or list_metadata_views. The description leaves the selection decision entirely 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/postforward/Iconik-MCP-Server'

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