Skip to main content
Glama

fmp_list_endpoints

Discover available financial data endpoints by category, including prices, fundamentals, and transcripts. Use this tool first to understand what data you can access before making requests.

Instructions

List available FMP data endpoints.

Discovery tool to see what data is available. Use this first to understand what endpoints exist before fetching data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by category. Available categories: - prices: Historical stock prices - treasury: Treasury rates - dividends: Dividend history - search: Company search and profiles - fundamentals: Financial statements (income, balance, cash flow) - analyst: Analyst estimates and price targets - transcripts: Earnings call transcripts - filings: SEC filing metadata

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries the burden. It indicates the tool is a read-only discovery tool, which is safe, but does not detail behavior like what happens without a category filter (likely lists all). Output schema exists but is not referenced.

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 short, front-loaded sentences with zero waste. Every word serves a purpose.

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?

For a simple listing tool with one optional parameter and an output schema, the description is complete. It covers purpose, usage, and discovery context without missing critical information.

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 description coverage is 100%, so baseline is 3. The tool description adds no additional meaning to the 'category' parameter beyond what the schema already provides.

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 states the tool lists available FMP endpoints, using specific verb 'list' and resource 'endpoints'. It positions itself as a discovery tool, distinguishing from sibling data-fetching tools like fmp_fetch.

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

Usage Guidelines5/5

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

Explicitly states to 'Use this first to understand what endpoints exist before fetching data,' providing a clear when-to-use and implicitly when-not-to-use (when actual data is needed, use other tools).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/henrysouchien/fmp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server