Skip to main content
Glama

SCRIPTMASTERLABS — Provider Trust MCP

Verify provider trust evidence

verify_provider_trust
Read-onlyIdempotent

Run the free read-only SML Universal Trust Passport against a public HTTPS provider URL. It observes live A2A, MCP, ERC-8004, runtime, and payment-metadata evidence; it never forwards credentials, signs, spends, settles, or executes the provider capability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesPublic HTTPS provider, A2A, MCP, or API URL to verify.

TDQS

A4.4/5.0
Behavior5/5

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

The annotations already declare readOnly/openWorld/idempotent/destructive hints, and the description adds meaningful behavioral guarantees: it never forwards credentials, signs, spends, settles, or executes the provider capability. It also clarifies it observes live evidence, going well beyond the annotation metadata.

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?

Two front-loaded sentences deliver the core action, scope, evidence types, and safety guarantees with no filler. Every clause earns its place and the most decision-relevant information appears first.

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?

For a single-parameter read-only tool with strong annotations and a clear description, the definition is nearly complete. The only minor gap is that no output schema exists and the return value/format is not described, but the tool's purpose is simple enough that an agent can still use it effectively.

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% and the schema already describes the target parameter as a public HTTPS provider, A2A, MCP, or API URL. The description repeats similar context but does not add significant new parameter-level meaning beyond what the schema provides, so a baseline score of 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 names a specific action ('Run the free read-only SML Universal Trust Passport') and a specific resource ('a public HTTPS provider URL'), then lists exactly what evidence is observed. This is far more specific than the tool name alone and distinguishes it from related discovery/comparison tools.

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 clearly states the intended use case: verify a public HTTPS provider URL in a read-only manner. It does not explicitly name sibling alternatives or state when not to use the tool, but it provides enough context for an agent to select it for trust verification tasks.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: capability discovery, inspection, comparison, recommendation, system status, x402 contract/evidence/readiness, and provider trust verification. The descriptions precisely differentiate actions on the same domain (e.g., discover vs. inspect vs. recommend capabilities), leaving no ambiguity.

Naming Consistency3/5

Naming follows a lowercase-underscore convention but mixes styles: some are verb_noun (compare_capabilities, inspect_capability, verify_provider_trust) while others are noun phrases or standalone nouns (capability_manifest, system_status, x402_contract). The pattern is readable but not consistently verb-oriented.

Tool Count5/5

10 tools is well within the ideal range for a specialized read-only server. Each tool addresses a distinct aspect of SqueezeOS capability management, x402 metadata, or provider trust, and none feel redundant or superfluous.

Completeness5/5

For the stated purpose of providing read-only capability discovery, x402 payment metadata, and provider trust verification, the surface is comprehensive: manifest, discovery, inspection, comparison, recommendation, status, trust verification, contract, evidence, and readiness are all covered. No obvious operations are missing for this read-only scope.

Resources