Skip to main content
Glama

get_company_report

Retrieve AskCyborg's structured research report for a single company. Includes executive summary, Cyborg Score with rationale, strategic profile, top insights, competitive positioning, and recent developments. Returns a paywall-aware summary; the full 30-page report and analyst-debate audio are available at the returned URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyYesCompany name or ticker (e.g. 'OpenAI', 'AAPL', 'SpaceX'). Slug form accepted (e.g. 'openai').

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It clearly states that the result is a paywall-aware summary, not the full 30-page report, and that the full report and analyst-debate audio are accessible via a returned URL. This provides useful context about output limitations and an action the user can take. It does not mention error conditions or auth requirements, but the core behavior is well described.

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?

The description is two sentences, front-loaded with the primary action, and every phrase adds value. It lists report components and the key behavioral nuance (paywall-aware summary) without unnecessary filler. Perfectly concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Even without an output schema, the description provides a thorough understanding of the return value by enumerating the report sections (executive summary, Cyborg Score, strategic profile, etc.) and the included URL for the full report. Given the tool's single parameter and moderate complexity, this description is complete enough for an agent to select and invoke the tool correctly.

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?

The schema covers the only parameter 'company' with a detailed description including examples and accepted forms. The tool description adds no additional parameter-level meaning beyond what the schema provides, so the baseline score of 3 applies. The description's mention of company focus is implicit in the report nature rather than parameter semantics.

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 uses the specific verb 'Retrieve' and identifies the resource as 'AskCyborg's structured research report for a single company.' It clearly differentiates from sibling tools like compare_companies and get_cyborg_score by stating it is a comprehensive report for one company, listing included sections.

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 implies when to use this tool: when a detailed, single-company research report is needed. It distinguishes from sibling tools by focusing on a single company and mentioning the full report vs. the summary. However, it does not explicitly state when NOT to use it or name alternatives for comparison or specific insights, so it lacks explicit exclusions.

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

A4.3/5.0
Disambiguation5/5

Each tool serves a distinct purpose: comparing companies, retrieving full reports, fetching a quick score, and searching. No overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compare_companies, get_company_report, get_cyborg_score, search_companies), making them predictable and easy to understand.

Tool Count5/5

4 tools is well-scoped for a company research server. Each tool earns its place without being too few or too many.

Completeness4/5

The tool set covers search, detailed report retrieval, quick score lookup, and comparison. A minor gap is the lack of a tool to list or get recent reports for a company, but core workflows are supported.