Skip to main content
Glama

SQLGuard — permission before production writes

Free risk tip (not authorize)

sqlguard_probe
Read-onlyIdempotent

FREE mutating-SQL policy risk tip (DROP/TRUNCATE/DELETE-without-WHERE). NEVER issues an Execution Certificate. CDP Bazaar may retain a stale paid row; Fly wire is free. Authorize: sqlguard_challenge → Exact unlock $100 OR Gateway invoice $299. Session/Cert OFF TABLE as primary. See GET /v1/effects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlYesMutating SQL to risk-score (not authorize)
agent_idYesAgent or wallet id for the probe receipt
schema_ddlNoOptional schema snapshot

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
buyNo
freeNo
priceNo
productNo
endpointNo
authorizeNo

TDQS

A4.3/5.0
Behavior5/5

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

Beyond annotations (readOnly, non-destructive), the description discloses that no Execution Certificate is issued, that CDP Bazaar may retain stale paid rows, and that Session/Cert is 'OFF TABLE as primary.' These are non-obvious behavioral details not captured by the annotations, significantly enhancing transparency.

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 dense, jargon-laden block lacking clear structure. Phrases like 'CDP Bazaar may retain a stale paid row; Fly wire is free' and 'Session/Cert OFF TABLE as primary' are confusing and do not contribute to tool invocation clarity. While short, it is not effectively concise or well-organized.

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?

Given the presence of an output schema and annotations, the description adequately covers key non-obvious aspects: no Execution Certificate, authorization path via sqlguard_challenge, potential stale data, and a reference to GET /v1/effects. It misses an explicit 'when not to use' statement, but overall provides sufficient context for a risk-tip tool.

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?

With 100% schema coverage, the baseline is 3. The description adds meaningful specificity to the sql parameter by enumerating risk patterns (DROP/TRUNCATE/DELETE-without-WHERE) and reinforcing the 'risk-score not authorize' nature. It doesn't elaborate on agent_id or schema_ddl, but they are self-explanatory from the schema.

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 clearly identifies the tool as a free risk tip for mutating SQL (DROP/TRUNCATE/DELETE-without-WHERE) and explicitly states it never issues an Execution Certificate, distinguishing it from authorization-focused tools like sqlguard_challenge. The title 'Free risk tip (not authorize)' reinforces this specific purpose.

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?

It implies usage for risk assessment before authorization, and explicitly mentions sqlguard_challenge as the subsequent authorization step. However, it lacks explicit 'use when' or 'do not use' statements relative to other siblings, and the phrase 'Session/Cert OFF TABLE as primary' is cryptic, preventing a perfect score.

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

C2.9/5.0
Disambiguation2/5

The tool set is dominated by overlapping buy/unlock paths (challenge, pilot, buy, catalog, cert, session, workday, sprint, profit, handshake) that are poorly differentiated, with many marked as legacy or off-table. Only a few tools (bind, gate, verify, effects) have clearly distinct roles.

Naming Consistency2/5

All tools share the sqlguard_ prefix, but the second part is a mix of nouns, verbs, and vague branding (gravity, profit, sprint, handshake). There is no consistent verb_noun pattern, making it hard to predict a tool's purpose from its name.

Tool Count3/5

24 tools is heavy for a permission gateway, and many are redundant legacy or alternative buy paths. While the count is within the 16-25 borderline range, the core functionality could likely be served by 8-10 tools.

Completeness3/5

The core authorization flow (handshake → challenge/unlock → bind/gate → verify) is present, but the surface is muddied by legacy and alternative paths that create dead ends. Missing tools for managing denials or configuring policies leave some gaps, though the central lifecycle is covered.