Skip to main content
Glama

Paid deep audit: scope, price, how to order

audit_pricing
Read-onlyIdempotent

Describe Project Feldspar's paid code audit (security, correctness, maintainability; three independent review passes plus consolidation and manual verification of every reported file:line), its price, turnaround, and the Stripe checkout URL. No arguments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description has a low disclosure burden. It adds the useful context that the tool takes no arguments and returns audit scope, price, turnaround, and checkout URL. It does not contradict annotations, though it doesn't explicitly state that no audit is executed, leaving that to inference from the verb 'Describe'.

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 a single sentence with a parenthetical that lists audit components, followed by a short 'No arguments' sentence. It is front-loaded with the main purpose and contains useful specifics, but the parenthetical is somewhat dense and 'No arguments' duplicates the schema. Overall it is efficient and appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-argument, read-only informational tool, the description fully covers what the tool does and what an agent should expect: audit scope, three review passes, manual verification, price, turnaround, and Stripe checkout URL. Annotations cover safety, and no output schema is needed because the description enumerates the returned details. The sibling relationship is clear enough from content, making the description self-sufficient.

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?

This tool has zero parameters and the schema already provides 100% coverage, so the baseline is 4. The description's 'No arguments' is redundant with the empty schema but does not add or detract. With no parameters, there is no semantic gap for the description to fill.

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 verb and resource: 'Describe Project Feldspar's paid code audit', and enumerates the covered dimensions (security, correctness, maintainability) plus delivery details. It clearly distinguishes from the sibling scan_repository by focusing on the paid offering, price, turnaround, and checkout URL. This is far beyond a tautology and is immediately actionable.

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?

The description implies this tool is for retrieving information about the paid audit rather than performing an audit, but it never explicitly states when to choose it over scan_repository. The title ('Paid deep audit: scope, price, how to order') provides context, but there is no direct when-to-use / when-not-to-use guidance. Usage is mostly implied by the difference between 'audit pricing' and 'scan repository'.

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.2/5.0
Disambiguation5/5

audit_pricing and scan_repository are completely distinct: one provides sales/pricing information about the paid audit service, the other actually runs a repository scan. There is no overlap or ambiguity between their purposes.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: audit_pricing and scan_repository. The naming convention is consistent and clearly conveys the action and target of each tool.

Tool Count3/5

Two tools is on the thin side and sits at the borderline for a coherent server surface. The narrow scope helps justify the small count, but it is still a minimal toolset.

Completeness4/5

The core functions of the service are covered: scanning a repository and informing users about the paid audit offering. The only notable limitation is that there is no tool for managing or tracking audits, but the Stripe checkout URL covers the purchase path externally.

Resources