Skip to main content
Glama

xpay✦ Finance Collection

getCompanyProfile

Access detailed company profile data with the FMP Company Profile Data API. This API provides key financial and operational information for a specific stock symbol, including the company's market capitalization, stock price, industry, and much more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations available, the description must disclose behavioral traits. It lists a few output fields but does not mention data freshness, authentication requirements, rate limits, or the return format. The phrase 'and much more' is vague and leaves the agent unaware of what other data to expect.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences and reasonably short, but it is somewhat redundant: 'company profile' appears both in the tool name and the first sentence, and 'API' is mentioned twice. The phrase 'and much more' is filler that adds no concrete value.

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

Completeness3/5

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

For a simple one-parameter tool, the description gives a basic sense of what is returned (market cap, stock price, industry), which is helpful given no output schema. However, it lacks details about the response structure, error cases, or how this compares to the many other quote/profile-related siblings, leaving the agent slightly underinformed.

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 input schema fully covers the single parameter with 'Stock symbol', so the baseline is 3. The description adds 'specific' but provides no additional syntax, case sensitivity, or format details beyond the schema, so it adds minimal extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves detailed company profile data for a specific stock symbol, listing example fields like market cap, stock price, and industry. It does not explicitly name sibling tools for differentiation, but the emphasis on 'specific stock symbol' implies a single-symbol lookup, which distinguishes it from bulk or CIK-based variants.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not mention when to prefer this tool over alternatives like getCompanyProfileByCIK, getCompanyProfilesBulk, or getQuote, nor does it state any exclusions or prerequisites. It only implies that it is for fetching a profile, offering no actionable selection criteria.

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