Skip to main content
Glama

SmartTokenGuard

Server Details

Stop paying for broken AI video renders: QA checks and PASS/RETRY/SWITCH/HALT decisions. Paid plans.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
nwjnjjj/smart-token-guard
GitHub Stars
0
Server Listing
smart-token-guard

TDQS

B3.1/5.0

Scored across 4 tools

Disambiguation4/5

The core pair (stg_inspect_media_url measures media, stg_qa_gate renders a PASS/RETRY/HALT decision from history) is clearly distinct, and pricing vs. account separate checkout from quota usage. Only mild overlap remains between stg_account and stg_pricing, since both surface plan information.

Naming Consistency4/5

All names share a consistent 'stg_' prefix and snake_case, which makes the set predictable. The suffix style is mixed (verb_noun for stg_inspect_media_url vs. bare nouns for stg_account/stg_pricing/stg_qa_gate), but still readable and coherent.

Tool Count4/5

Four tools is a tight, well-scoped surface for a media QA-gate service: inspect, gate, account and pricing each earn a place. It is on the lean side but not thin enough to feel incomplete.

Completeness4/5

The workflow is closed: inspect media (returns frames), feed attempts into the free stateless gate, and manage quota/purchase via account and pricing. Minor gaps exist (no batch inspection or reference-image management), but agents can work around them.

Available Tools

4 tools
stg_accountCInspect

The license's plan, checks used and checks remaining this month.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only restates return fields (plan, checks used/remaining) that are already covered by the output schema, and says nothing about read-only safety, auth requirements, or rate limits.

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

Conciseness2/5

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

The description is a single fragment that is concise but under-specified and not structured as a proper sentence. It fails to front-load the action or purpose, leaving the agent without a clear operational takeaway.

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?

For a simple no-parameter tool with an output schema, the description still needs to clarify purpose and usage. It does not explain what the tool does or when to call it, making it incomplete despite the structured schema support.

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?

The tool takes zero parameters, so the baseline for parameter semantics is 4. The description adds no parameter-related meaning, which is acceptable given there are no inputs.

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

Purpose2/5

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

The description is a noun phrase ('The license's plan, checks used and checks remaining this month') that describes returned data but not the tool's action. It lacks a verb like 'get' or 'retrieve' and does not distinguish this tool from siblings like stg_pricing or stg_qa_gate.

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 on when to use this tool versus alternatives. The description gives no context, exclusions, or conditions for invocation, leaving the agent to infer usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

stg_inspect_media_urlAInspect
    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.
    
ParametersJSON Schema
NameRequiredDescriptionDefault
media_urlYes
sensitivityNo
review_framesNo
reference_image_urlNo

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.

stg_pricingCInspect

Plans, prices and checkout links for SmartTokenGuard. No license needed.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

C2.9/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 behavioral burden. It does disclose one useful trait - no license is required to call it - but says nothing about side effects, whether it is read-only, or whether it implies any checkout/authorization action, which is a notable gap given the checkout-links wording.

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?

It is a single terse sentence, front-loaded with the useful content and free of filler. The phrasing is slightly telegraphic ('Plans, prices and checkout links') but nothing is wasted.

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?

With an output schema present, return values need not be described, and with zero parameters the schema burden is nil. What remains is an adequate but thin definition: the auth note is covered, yet the nature of the operation and its role among the stg_* siblings is left implicit.

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?

The tool takes zero parameters, so the baseline of 4 applies; the schema has nothing for the description to elaborate on. No parameter-level meaning is missing.

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 lists what the tool surfaces (plans, prices, checkout links) which gives a reasonable sense of the resource, but offers no verb and never states the operation, so the agent must infer that this is a lookup/model-retrieval tool. No sibling overlap is apparent, but there is no explicit differentiation either.

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 when-to-use guidance, no mention of when another sibling (e.g. stg_account or stg_spend_report) would be the better choice, and no task context. The only usable hint is 'No license needed', which is a precondition rather than usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

stg_qa_gateCInspect
    PASS / NEEDS_VISUAL_REVIEW / RETRY_SAME_MODEL / SWITCH_TO_FALLBACK / HALT / HALT_BUDGET with concrete fixes.
    Stateless: pass earlier attempts for this shot in shot_history (each result's record_this_attempt). Free.
    
ParametersJSON Schema
NameRequiredDescriptionDefault
modelYes
notesNo
stageNoclip
shot_historyNo
fallback_modelNo
render_cost_usdYes
semantic_defectsNo
technical_issuesNo
project_spent_usdNo
visually_reviewedNo
project_budget_usdNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

C2.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden, and it does add two real behavioral facts: the tool is stateless (caller must supply history) and it costs nothing to call. It omits the decision thresholds, side effects, and whether it consumes budget counters, so for a budget/fallback-routing gate the disclosure is only partial.

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?

Two short sentences with no padding, but the ordering is poor: it front-loads the enum of verdicts rather than the tool's purpose, so the most orienting information arrives last. It is compact without being well-structured.

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?

For an 11-parameter, budget-aware gate with zero schema coverage and no annotations, the description is far too thin — it does not explain the cost/budget inputs, the stage distinction, or how defect inputs drive the verdict. The presence of an output schema excuses it from documenting return values, so the verdict list is arguably redundant, but the input-side gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% across 11 parameters, so the description must compensate. It explains only shot_history and its nested 'record_this_attempt' shape; model, render_cost_usd, stage, semantic_defects, technical_issues, project_spent_usd, project_budget_usd, visually_reviewed, fallback_model, and notes are all left undocumented anywhere.

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 never states a verb+resource; it opens with the verdict vocabulary (PASS / NEEDS_VISUAL_REVIEW / RETRY_SAME_MODEL / ...) so an agent must infer that this is a QA gate that evaluates a render and returns one of those decisions. The name plus the verdict list make the purpose guessable, but it is never explicitly articulated and there is no differentiation from siblings (which are unrelated utility tools anyway).

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 gives one concrete usage rule — 'Stateless: pass earlier attempts for this shot in shot_history' — which tells the caller how to get correct behavior across retries. It does not say when each verdict is emitted, what conditions trigger HALT vs HALT_BUDGET, or when to prefer this tool over alternatives, so the 'when to use' story is implied at best.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 4 tool updates
    • First observedstg_account
    • First observedstg_inspect_media_url
    • First observedstg_pricing
    • First observedstg_qa_gate

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.