Skip to main content
Glama

find_company_insights

Read-only

Browse profiled companies (Fortune 1000) by name or industry; ranked by overall technology-readiness signal. industry takes an insights industry NAME from insights_industries (e.g. "Industrial") — a different vocabulary from the catalog industry slugs find_providers uses — and matches every roster a company sits on, not just its primary. Understanding plan. Priced per result — $0.005 per request plus $0.0002 per record returned (less past 100), capped at $0.50 a request, under pay-as-you-go; included in Understanding and Influence. Estimate first at /api/v1/prices/estimate. See apis://prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
pageNo
limitNo
contextNoOptional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.
industryNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / industry
      Added value: +{
      +  "type": "string"
      +}
  2. Changed1 schema field changed
    • addedInput schema / properties / context
      Added value: +{
      +  "description": "Optional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.",
      +  "type": "string"
      +}
  3. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations only provide readOnlyHint=true, so the description carries most behavioral disclosure. It adds meaningful traits: pricing per request and per record, a request cap, plan inclusion, matching across all rosters, and a pointer to estimate pricing. It does not add potential caveats like result ordering or response shape, but the added detail is substantial.

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 dense but each sentence adds value: purpose, industry vocabulary disambiguation, and pricing/plan guidance. It is front-loaded with the core purpose before cost details. Slightly heavy on pricing specifics, but still economically written for the information conveyed.

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 browse/list tool with no required parameters and no output schema, the description gives enough to invoke it correctly: what it returns conceptually (profiled companies ranked by technology-readiness), how to filter, and cost behavior. It does not describe the exact response fields, but that is unlikely to block correct invocation.

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 description coverage is only 20% (only `context` is described), so the description must compensate. It does explain `q` as name search and `industry` as an insights industry name with a specific example and vocabulary warning. Page and limit are not described but their schema defaults/max are self-evident. Overall, it adds meaning where it matters most.

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?

Description states a specific verb ('Browse') and resource ('profiled companies (Fortune 1000)'), with clear filtering dimensions (name or industry) and ranking ('ranked by overall technology-readiness signal'). It also distinguishes itself from find_providers by explicitly calling out the different industry vocabulary, so an agent can tell them apart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete context: industry must come from insights_industries, not the catalog slugs used by find_providers, and it matches all rosters a company sits on. It also mentions pricing, plan inclusion, and where to estimate cost. It does not explicitly contrast with get_company_insight, but the usage context is clear enough for 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.

Resources