Skip to main content
Glama

SQLGuard — permission before production writes

Workday Pack — LEGACY job meter ($2.50 / 100 / 24h)

sqlguard_workday
Read-onlyIdempotent

LEGACY non-wealth job meter — OFF TABLE as primary buy. Prefer sqlguard_challenge (Exact $100 unlock) or Gateway invoice $299. Endpoints remain; burn via POST /v1/session/cert + verify still works.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent or wallet id that will own the workday window

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceNo
slotsNo
productNo
endpointNo

TDQS

C2.8/5.0
Behavior1/5

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

The description says to 'burn via POST /v1/session/cert,' implying a consuming or writing operation, while annotations declare readOnlyHint=true and destructiveHint=false. This is an annotation contradiction. No additional side-effect, auth, or reversibility context is provided.

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?

The description is short and front-loaded with the key decision signal ('LEGACY', 'OFF TABLE as primary buy') and alternatives. The second sentence is packed with useful legacy status but uses cryptic jargon ('burn via POST...') that reduces clarity, though every clause earns its place.

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?

The description reads more like a deprecation notice than a definition of what the MCP tool does with agent_id. Despite having rich annotations and an output schema, it leaves the core function ambiguous and does not explain the tool's own behavior or return semantics.

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?

The input schema fully covers the single required agent_id parameter (100% schema coverage), so the description does not need to add much. It adds no extra semantics about how agent_id should be used or formatted, so the baseline 3 is appropriate.

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 identifies the tool as a 'LEGACY non-wealth job meter' and says 'Endpoints remain; burn via POST /v1/session/cert + verify still works,' but it never clearly states a verb+resource for what invoking this MCP tool does. The closest action, 'burn via POST,' refers to an HTTP endpoint rather than the tool's own behavior.

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

Usage Guidelines5/5

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

Explicitly says not to use it as a primary buy and names concrete alternatives: 'Prefer sqlguard_challenge (Exact $100 unlock) or Gateway invoice $299.' It also notes that legacy endpoints remain, giving clear guidance for when it can still be used.

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.