Skip to main content
Glama
DigiBugCat

FMP MCP Server

by DigiBugCat

Stock Search

stock_search
Read-onlyIdempotent

Search for stocks by name or ticker symbol and filter results by exchange, sector, or market capitalization to identify investment opportunities.

Instructions

Find stocks by name/ticker or screen by criteria.

For simple name/ticker lookup, just pass query. For filtered screening, use the optional parameters.

Args: query: Company name or ticker to search for exchange: Filter by exchange (e.g. "NYSE", "NASDAQ") sector: Filter by sector (e.g. "Technology", "Healthcare") market_cap_min: Minimum market cap in dollars market_cap_max: Maximum market cap in dollars limit: Max results to return (default 20)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
exchangeNo
sectorNo
market_cap_minNo
market_cap_maxNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, covering safety and idempotency. The description adds useful context about the dual functionality (simple lookup vs. filtered screening) and default limit behavior, but doesn't disclose rate limits, authentication needs, or pagination details beyond the limit parameter.

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 perfectly structured and front-loaded: first sentence states core purpose, second explains usage patterns, then a clean Args section documents all parameters. Every sentence earns its place with zero wasted words or 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 the tool's moderate complexity (6 parameters, screening functionality), rich annotations, and presence of an output schema, the description is nearly complete. It explains all parameters and usage patterns well. The only minor gap is not mentioning what type of results are returned, but the output schema handles that.

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?

With 0% schema description coverage, the description carries full burden for parameter documentation. It successfully explains all 6 parameters with clear semantics: query purpose, exchange/sector filtering examples, market cap range meaning, and limit default. The only minor gap is not specifying units for market cap (implied as dollars).

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's purpose with specific verbs ('find stocks by name/ticker' and 'screen by criteria') and identifies the resource ('stocks'). It distinguishes this search/screening tool from sibling tools like 'price_history', 'financial_statements', or 'stock_news' which serve different analytical purposes.

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 provides clear context for when to use different parameter combinations ('For simple name/ticker lookup, just pass query. For filtered screening, use the optional parameters'). However, it doesn't explicitly mention when NOT to use this tool or name specific alternative tools from the sibling list for different types of stock data needs.

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/DigiBugCat/fmp-mcp'

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