Skip to main content
Glama

Discover Tools

discover_tools
Read-onlyIdempotent

Find tools by describing the data or task. Use when you need to browse, search, look up, or discover what tools exist for: SEC filings, financials, revenue, profit, FDA drugs, adverse events, FRED economic data, Census demographics, BLS jobs/unemployment/inflation, ATTOM real estate, ClinicalTrials, USPTO patents, weather, news, crypto, stocks. Returns the top-N most relevant tools with names, descriptions, and full input schemas (with curated examples) — each result is ready to call directly, no second schema lookup needed. Call this FIRST when you have many tools available and want to see the option set (not just one answer).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoAlias for query.
taskNoAlias for query.
limitNoMaximum number of tools to return (default 20, max 50)
queryYesNatural language description of what you want to do (e.g., "analyze housing market trends", "look up FDA drug approvals", "find trade data between countries"). Accepts task, q, description, search as aliases.
searchNoAlias for query.
descriptionNoAlias for query.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  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 and idempotentHint, so the description doesn't need to repeat safety traits. It adds valuable behavioral context: returns top-N tools with full schemas and 'ready to call directly, no second schema lookup needed,' which clarifies the output and immediate usability. This goes beyond the structured annotations.

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?

The description is composed of four efficient sentences, each adding distinct value: core purpose, usage scenarios, output format, and priority guidance. It is front-loaded with the main verb and resource, and there is no redundant or irrelevant content.

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 simple discovery tool with a well-documented schema, the description fully covers the tool's role, output, and usage context. It explains what the return value looks like (top-N tools with schemas) even in the absence of an output schema, and it appropriately positions the tool within the broader tool ecosystem (call first when exploring options).

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 description coverage is 100%, so the baseline is 3. The schema already provides rich descriptions for 'query' with examples and alias definitions. The tool description lists many domains, which gives context for valid query topics but doesn't add syntax or format details beyond what the schema already provides. No extra parameter-level semantics are introduced.

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 explicitly states the tool's function with a specific verb and resource: 'Find tools by describing the data or task.' It also lists the domains it covers (SEC filings, FDA drugs, etc.) and clearly differentiates itself from sibling tools by positioning itself as a discovery gateway rather than an analysis tool. The title 'Discover Tools' reinforces this purpose.

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 guidance on when to use: 'Use when you need to browse, search, look up, or discover what tools exist' and 'Call this FIRST when you have many tools available and want to see the option set (not just one answer).' This also implies when not to use (when you want a specific answer), giving clear context for tool selection.

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

A3.6/5.0
Disambiguation2/5

Several tool clusters have fuzzy boundaries: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, and suggest_questions all overlap on 'find and query data,' while the five polymarket_* tools plus bet_research form a heavily overlapping prediction-market cluster. The three genuine InterPro tools are clear, but an agent would frequently struggle to pick the right meta-tool.

Naming Consistency3/5

Most tools follow a readable snake_case verb-first pattern like compare_entities, resolve_entity, and validate_claim. However, bare verbs (remember, forget, recall), product-prefixed nouns (pipeworx_feedback, pipeworx_trending), and variant suffixes (ask_pipeworx_beta, ask_pipeworx_grounded) break the pattern enough to feel inconsistent.

Tool Count2/5

34 tools is well above the typical well-scoped range, and many tools duplicate or partially overlap each other's functionality. The count is further inflated by unrelated domains—AI visibility, prediction markets, memory, subscriptions, package auditing—bundled into a server nominally named 'Interpro.'

Completeness2/5

The InterPro subset (search_entries, get_entry, entries_for_protein) is minimal and lacks obvious protein/proteome-level operations, while the rest of the server covers so many unrelated domains that no single domain has clear end-to-end coverage. The Pipeworx query side is broad, but the overall surface feels like several incomplete toolsets merged rather than one complete product.