Skip to main content
Glama

get_company

Full Venture Atlas profile for one company: summary, key metrics, forward-looking next steps with target dates, resolved milestone history with hit/slipped/missed outcomes, timeline, funding rounds and total, products, subsidiaries, and its news. Every field carries the source URL it came from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCompany slug, for example "spacex" or "form-energy". Use search_companies to find it.
includeOverviewNoInline the long-form editorial overview when one exists. Large; off by default.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry behavioral information. It mentions that every field carries source URLs, which is useful, but it omits other traits like read-only nature, auth requirements, or rate limits.

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?

Two sentences, front-loaded with the core purpose, then a list of content, and a final note about source URLs. Every word adds value, no redundancy.

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 no output schema, the description lists many returned fields, giving good context. Minor gaps: no mention of response structure or error handling, but the enumeration is thorough.

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 is 100% with descriptions for both parameters. The description adds value by telling users to use 'search_companies' for the slug and noting that includeOverview is 'Large; off by default', which goes beyond schema definitions.

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 specifies 'Full Venture Atlas profile for one company' and enumerates all included components (summary, metrics, milestones, etc.). It implicitly distinguishes from siblings like 'search_companies' (search) and 'latest_news' (news only).

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

Usage Guidelines3/5

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

The description implies use for retrieving a comprehensive profile but does not explicitly state when to use this vs siblings like 'list_upcoming_milestones' or 'latest_news'. No when-not or alternative guidance is provided.

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