Skip to main content
Glama

SmartTokenGuard

stg_inspect_media_url

    Measure a rendered image or video at a public https URL (max 32 MB / 60 s / 1080p): blur, exposure, black and
    frozen frames, flicker, cuts, impacts and colour/lighting drift against reference_image_url. Uses 1 check.
    Returns a JSON report plus review frames to check for anatomy/identity defects before calling stg_qa_gate.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
media_urlYes
sensitivityNo
review_framesNo
reference_image_urlNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description must carry the disclosure burden and does so well: it reveals the 32 MB / 60 s / 1080p input ceilings, the cost model ('Uses 1 check'), and the return shape (JSON report plus review frames). It does not mention authentication or rate-limit behavior, which keeps it short of a 5.

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

Conciseness4/5

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

Front-loaded with the core action and constraints, and every clause carries information (defect list, limits, cost, return, workflow). The mid-sentence defect enumeration is dense but not wasteful; the whole thing is one efficient paragraph.

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?

No output schema or annotations exist, so the description correctly fills the void with limits, cost, return content, and workflow ordering relative to stg_qa_gate. The remaining gap is parameter-level meaning for sensitivity/review_frames/media_url, which leaves it slightly short of complete for a 4-param tool.

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 description coverage is 0%, so the description must compensate for all four parameters. It gives context for reference_image_url (drift comparison target) and implies review_frames (frames are returned), but media_url is only implicit and 'sensitivity' is never explained, leaving half the parameters semantically ungrounded.

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?

States a precise verb (measure/inspect) and resource (rendered image or video at a public https URL) and enumerates the exact defects detected: blur, exposure, black/frozen frames, flicker, cuts, impacts, and colour/lighting drift. It also positions itself relative to the sibling stg_qa_gate, so an agent can distinguish it without opening a schema.

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

Usage Guidelines4/5

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

The description establishes the workflow slot clearly: run this 'before calling stg_qa_gate' and use the returned frames to check anatomy/identity defects. It gives input constraints (max 32 MB / 60 s / 1080p) but stops short of explicit when-not-to-use guidance or naming an alternative for oversized/long media.

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.