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.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnly, idempotent, non-destructive. Description adds that it returns top-N tools with full schemas and examples, ready to call. No contradictions, but lacks rate limits/error details.

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?

Front-loaded with core purpose, then lists data sources. Slightly long but each sentence adds value. Could be slightly more concise.

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 many siblings and no output schema, description is comprehensive: explains what returns (names, descriptions, schemas, examples). Does not mention empty results but acceptable.

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 100% and parameters well-documented. Description adds aliases for query and natural language input. Examples in schema enhance understanding.

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?

Clearly states verb 'Find tools' and resource 'tools'. Differentiates from siblings by being a discovery/search tool, not a specific data query 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?

Explicitly says 'Call this FIRST when you have many tools available and want to see the option set (not just one answer).' Provides examples of when to use, implying alternatives are specific tools.

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

There is substantial overlap among the many question-answering tools (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, validate_claim, compare_entities, entity_profile, recent_changes) and the prediction-market tools (polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, polymarket_kalshi_spread). While each has nuanced differences, agents will struggle to select the right one, especially with several 'ask_pipeworx' variants that behave nearly identically.

Naming Consistency3/5

Most tool names use snake_case, but patterns vary widely: some are verb_noun (list_feeds, read_feed, subscribe, unsubscribe, remember), others are noun_phrases (polymarket_arbitrage, pipeworx_trending, entity_profile), and a few like 'ask_pipeworx' and 'bet_research' don't follow a consistent structure. The mixed conventions make prediction of new tool names difficult.

Tool Count2/5

With 34 tools, this is far too many for a server named 'Transport Feeds'. The majority of tools are unrelated to transport feeds, covering generic data research, prediction markets, and memory utilities. The count overwhelms any focused purpose and would require extensive discovery to navigate.

Completeness3/5

For the actual data-research and prediction-market functions, the surface is quite complete—covering lookups, comparisons, grounded verification, arbitrage scans, fill risk, trending, and subscriptions. However, for the declared domain (transport feeds), there are only two feed-specific tools (list_feeds, read_feed) with no write/update/delete operations, leaving obvious gaps.