Skip to main content
Glama
finimpulse

FinImpulse MCP Server

by finimpulse

get_search

Search financial instruments across stocks, ETFs, and mutual funds. Get normalized price, liquidity, performance, and classification data to compare and rank assets in one response.

Instructions

Returns a unified, cross-asset search result for financial instruments, including stocks, ETFs, and mutual funds. This endpoint powers global asset search, ticker autocomplete, discovery flows, and AI-assisted search scenarios. It returns a normalized set of price, liquidity, performance, and classification fields, allowing different asset types to be ranked and compared in a single response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matched items returned.
offsetNoPagination offset (0-based).
filtersNoOptional filter expressions. Each filter condition is defined as: [field, operator, value]. Conditions can be combined using logical operators and/or. Supported operators: Numeric fields: > - greater than >= - greater than or equal < - less than <= - less than or equal = - equals <> - not equal String fields: like – pattern match (requires % as a wildcard) not_like - pattern does not match (requires % as a wildcard) contains - value exists in string not_contains - value does not exist in string startswith - string starts with value endswith - string ends with value % usage examples: %abc% - matches any string containing "abc" abc% - matches any string starting with "abc" %abc - matches any string ending with "abc" Example: "filters": [ "short_name", "contains", "Market" ]
sort_byNoOptional sorting configuration for result items. Each sorting setup is defined as [selector, desc]: selector - Metric used for sorting (e.g., date). desc - Sorting direction (true for descending, false for ascending). Sortings can be combined using ,. Example: { "selector": "date", "desc": true }
quote_typesNoControls which asset types are included in the search.
search_textNoFree-text query (e.g., “NVDA”, “NVIDIA”, partial ticker, partial name).
has_public_financial_reportsNoIndicates whether the company provides public financial statements.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the response is normalized and includes price, liquidity, performance, and classification fields, which is useful. However, it doesn't mention pagination behavior, rate limits, authentication needs, or what happens when no search_text is provided, leaving some behavioral traits undisclosed.

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 three sentences, front-loaded with the primary action, and each sentence adds value: what it does, when to use it, and what it returns. There is no redundancy or filler, making it highly concise and well-structured.

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?

While the description explains the tool's purpose and return fields, it doesn't fully cover the context needed for a tool with no output schema and no annotations. It omits details on required inputs for meaningful search (e.g., whether search_text must be provided), typical response size, or error behavior. The schema mitigates some gaps, but the description could be more complete.

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 has 100% parameter description coverage, including detailed explanations for filters, sort_by, quote_types, and others. The tool description itself adds no parameter-specific semantics beyond the schema, so the baseline of 3 is appropriate since the schema already does the heavy lifting.

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 'Returns a unified, cross-asset search result for financial instruments' and lists specific asset types and use cases (global asset search, ticker autocomplete, discovery flows). It distinguishes itself from siblings like get_search_lite through the emphasis on cross-asset and unified results, though it doesn't explicitly name alternative tools.

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 concrete scenarios for when to use the tool: 'global asset search, ticker autocomplete, discovery flows, and AI-assisted search scenarios.' This gives clear context for appropriate use, though it doesn't explicitly state exclusions or when NOT to use it, which would warrant a 5.

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/finimpulse/mcp-server-typescript'

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