Skip to main content
Glama

lite

discover_tools

Read-only

Search Edge Thirteen's catalog of 36 financial, compliance and web-audit tools and get the exact input schema for the ones you need. Covers SEC filing checks, valuation calculators (DCF, Graham number, Altman Z-score), accessibility and site audits, Stripe and billing checks, licence/registration diligence on US entities, and subscription-compliance kits. Call this first with a plain-English description of the task, then call call_tool with the name it returns. Pass no query to list the catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoInstead of searching, return the full description and input schema for this exact tool name.
limitNoMaximum tools to return (1-36, default 8).
queryNoPlain-English description of what you need, e.g. 'check whether a company's reported revenue matches its SEC filing' or 'audit a page for WCAG issues'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, which the description does not contradict. The description adds valuable behavioral context beyond annotations, such as the workflow sequence and the alternate behavior of listing the catalog when no query is passed.

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 well-structured, front-loading the core purpose, then listing tool categories, and concluding with usage instructions. Every sentence adds value, with no redundant or filler content.

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?

The description covers the tool's purpose, usage, and next steps (calling call_tool). Given the lack of an output schema, it sufficiently explains what is returned (tool name and input schema). The limit parameter is self-explanatory, and the no-query behavior is disclosed.

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?

Schema coverage is 100%, so each parameter is documented in the schema. The description adds meaning by explaining that omitting the query parameter lists the catalog, which goes beyond the schema's description of the query parameter. It also clarifies the purpose of the name parameter indirectly through the discovery workflow.

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 states the tool searches a catalog of 36 financial, compliance, and web-audit tools and returns input schemas. It differentiates from the sibling call_tool by explicitly describing the discovery-then-execute workflow ('Call this first... then call call_tool').

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?

Provides explicit usage instructions: 'Call this first with a plain-English description of the task' and 'then call call_tool with the name it returns.' Also clarifies the no-query behavior for listing the catalog, leaving no ambiguity about when and how to use the tool.

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.

Resources