Skip to main content
Glama

xpay✦ Finance Collection

getCompanyProfilesBulk

The FMP Profile Bulk API allows users to retrieve comprehensive company profile data in bulk. Access essential information, such as company details, stock price, market cap, sector, industry, and more for multiple companies in a single request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partYesPart number (e.g., 0, 1, 2)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only describes the general capability without detailing operational traits like pagination, rate limits, how the 'part' parameter affects results, or what the response includes. The phrase 'and more' is vague and does not disclose important behavioral details.

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 concise, consisting of two sentences that front-load the purpose and key capabilities. There is no redundant information or filler, making it efficient and easy to parse.

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?

With only one parameter, a fully documented schema, and no output schema, the description is adequate but not thorough. It states what data is retrieved and the bulk nature, but it does not explain the 'part' parameter's role in the context of multiple companies, nor does it describe response structure or any limitations. For a simple tool, this is minimally complete but leaves room for improvement.

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 coverage is 100% for the single 'part' parameter, which is described as 'Part number (e.g., 0, 1, 2)'. The tool description adds no further meaning to the parameter beyond mentioning bulk retrieval, so the schema already provides the necessary semantics. Baseline 3 applies because the description does not compensate for or add to what is already in the schema.

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 that the tool 'retrieve[s] comprehensive company profile data in bulk' and 'for multiple companies in a single request', which distinguishes it from singular profile endpoints like getCompanyProfile. The verb and resource are specific, and the bulk scope is explicit. However, it does not explicitly name sibling tools for differentiation.

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 phrase 'in bulk' and 'for multiple companies' implies usage when multiple profiles are needed, but it does not explicitly state when not to use it or mention alternatives such as getCompanyProfile for single companies. The context is clear but lacks direct comparative guidance.

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