Skip to main content
Glama

Drillr — The financial MCP for AI agents

industry_inflections

Read-only

Search industry inflections identified through structured research of earnings calls held by US-listed companies, including the change mechanism, impact scope, market attention and affected companies.

All filters are optional and combine with AND. With no filters, returns the newest first page. Results are ordered by quarter descending. If nothing matches, returns the text No relevant industry inflections found.

Returns JSON as { "data": [...] }. Every result contains quarter, name (English title), regime_type (change mechanism), impact_scope, impact_degree (limited | significant | structural), attention_verdict (market-absorption judgment), change_summary, first_seen (YYYY-MM-DD), and source_tickers (companies whose calls are primary evidence). When impact_companies is true, company_impacts contains items with ticker, relation, direction, magnitude, impact_stage, evidence_status, affected_business, and impact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOne-based page number. Default 1.
limitNoResults per page. Default 10, max 10.
tickerNoOptional company filter, up to 10 US ticker symbols. Returns themes where any supplied ticker is a source company or an affected company. Use symbols such as AAPL, not company names.
keywordNoOptional case-insensitive text contained in the theme name or research summary, up to 200 characters.
impact_companiesNoInclude the per-company company_impacts list. Default false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and non-destructive, so the description doesn't need to emphasize safety. It adds value by disclosing the response format, ordering, and no-match message. However, it doesn't mention any rate limits or potential performance implications, which could be relevant given the pagination limit of 10. Overall, it adds context beyond annotations but not exhaustive.

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-organized, starting with the main purpose, then filter behavior, then return format details. It's a bit verbose but each sentence serves a purpose: clarifying defaults, ordering, no-match text, and result structure. Could be slightly tightened, but it's structured and front-loaded with the key functionality.

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 the tool's moderate complexity (5 optional parameters, no output schema, and structured output), the description covers essential aspects: filter semantics, ordering, default behavior, no-match response, and detailed return fields. It lacks explanations for some return fields (e.g., impact_scope, attention_verdict) but provides enough for an agent to call it correctly. Sibling differentiation is implied but not explicit.

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% — each parameter has a description that explains its purpose (e.g., ticker filter, keyword, impact_companies). The tool description adds context on how filters combine (AND) and the default pagination, which the schema doesn't state. But the schema already covers parameter meaning well, so the description adds marginal value.

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 identifies the tool as searching for 'industry inflections' identified from earnings calls, specifying the resource and its key attributes. It distinguishes this from siblings like 'company_search' or 'news_search' by focusing on structured research of earnings calls and the specific data fields returned.

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 states that all filters are optional and combine with AND, the default behavior (newest first page), and the exact ordering. It also describes the no-match return value, which guides agents on what to expect. This is sufficient guidance for when to use this tool versus alternatives, as it's a specialized search 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.