Skip to main content
Glama

get_tagging

Retrieve details of a specific tag-to-asset relationship using its ID. This returns the tagging record, including associated asset and tag information.

Instructions

Get details of a specific tagging (tag-to-asset relationship)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the resource
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. It implies a read operation via 'Get details', but does not disclose what specific details are returned, error behavior, permission requirements, or any side effects. There is no contradiction with annotations, but the information is minimal.

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?

The description is a single, direct sentence with no redundant words. It earns its place by defining the resource type and the action, making it highly concise and well-structured.

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?

The tool is simple (1 required param, no output schema), so a complete explanation of return values is not necessary. However, the description lacks usage context and leaves 'details' vague. It is adequate for a simple get-by-id tool but not fully complete given the ambiguous sibling landscape.

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?

Schema coverage is 100% for the single parameter 'id', described as 'ID of the resource'. The tool description adds that the resource is a tagging, which helps interpret the generic 'resource' wording. However, no additional parameter-specific details, such as format or scope, are given, so the added value is modest.

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 the specific verb 'Get' with the resource 'tagging' and clarifies it as a 'tag-to-asset relationship'. This clearly distinguishes it from sibling tools like get_tag (get tag details) and get_asset (get asset details), making the purpose unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives such as get_tag, list_tags, or delete_tagging. It only states what the tool does, not the context in which it should be selected.

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/mediagraph-io/mediagraph-mcp'

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