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

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

Beyond the annotations (read-only, idempotent), the description adds concrete behavioral details: it 'Returns the top-N most relevant tools with names, descriptions, and full input schemas (with curated examples)' and notes that results are 'ready to call directly, no second schema lookup needed.' This gives agents a clear expectation of the tool's output and immediate usability. It does not mention rate limits or ranking logic, but annotations cover the safety profile.

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 front-loaded with 'Find tools by describing the data or task' and then provides a useful domain list and return-format details. While the domain list is somewhat long, it is purposeful in helping agents recognize applicable topics. Every sentence adds value; no fluff.

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?

For a discovery tool with six parameters (mostly aliases) and no output schema, the description sufficiently covers what is returned (top-N tools with full schemas) and when to use it. The input schema already provides examples and alias handling. It could have specified default/max limit textually, but that is in the schema. Overall, the description provides enough context for correct invocation.

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% and already documents all parameters, including aliases for 'query' (q, task, search, description) and the 'limit' range. The description adds only a high-level statement that the tool takes a 'description of what you want to do,' which aligns with the schema but does not add new semantics beyond it. The schema carries the full weight, so the baseline of 3 is appropriate.

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's function with a specific verb and resource: 'Find tools by describing the data or task.' It distinguishes itself from sibling tools by explicitly positioning itself as a discovery layer (e.g., 'Call this FIRST when you have many tools available'), which is unique among the listed siblings that are direct data tools.

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 clearly frames it as an initial discovery step, contrasted with using specific tools directly.

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

Multiple tools have overlapping purposes: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are nearly identical, and deep_research also overlaps with them. The Polymarket tools (polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, polymarket_kalshi_spread) also have fuzzy boundaries. An agent could easily pick the wrong meta-tool or duplicate functionality.

Naming Consistency3/5

All names are snake_case, but the pattern is mixed: some are verb_noun (get_item, list_subscriptions, resolve_entity), some are noun_noun (entity_profile, pipeworx_feedback, polymarket_edges), some are adjective_noun (deep_research, recent_alerts), and a few are single verbs (forget, recall, remember, subscribe). This is readable but not a consistent convention.

Tool Count2/5

With 36 tools, this is far too many for a server named 'hackernews'. The bulk of the tools concern Pipeworx data research, prediction markets, memory, and subscriptions — unrelated to the server's apparent purpose. Many of these could be split into separate servers, and the HN-specific functionality would be better served by a focused set of ~5-8 tools.

Completeness2/5

For the Hacker News domain implied by the server name, the surface is incomplete: there are read-only tools (search, top stories, item/comments) but no write functionality (submit, comment, vote) and no user profile access. The broader data-research capabilities are fairly comprehensive, but that does not rescue the server's coherence given its stated name.