Skip to main content
Glama
sablier-ai

Sablier MCP Server

Official
by sablier-ai

get_fundamentals

Read-only

Retrieve a comprehensive set of fundamentals for any US-listed stock, including valuation, profitability, dividends, and analyst targets, to support equity research.

Instructions

Company fundamentals for a single US equity: P/E, PEG, P/B, P/S, EV/EBITDA, EV/Revenue, EPS, revenue TTM, EBITDA, profit margin, operating margin, ROE, ROA, dividend yield, beta, 52-week high/low, 50/200-day moving averages, market cap, shares outstanding, analyst target price, analyst ratings, quarterly earnings/revenue growth YoY. Source: Alpha Vantage OVERVIEW (verified data provider, 24h cache — fundamentals change at most quarterly so caching is safe). Only US equities with SEC filings; ETFs / futures / crypto return 404.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesUS equity ticker (e.g. 'AAPL')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds useful context: data source (Alpha Vantage OVERVIEW), 24h cache with rationale, and 404 return for unsupported instrument types. This goes beyond the annotations but does not cover rate limits or response formatting.

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

Conciseness2/5

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

The description is verbose due to a long enumeration of fundamental metrics, which is likely redundant given the output schema exists. It could be condensed to metric categories plus source/caching/error details. The second sentence adds value, but the first sentence is overly detailed.

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?

For a simple one-parameter read-only tool with an output schema, the description covers the purpose, data source, caching behavior, and invalid-input error conditions. It does not mention rate limits or authentication, but these are not critical given the annotations and tool simplicity.

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?

The input schema already describes the ticker parameter with an example (100% coverage). The description supplements this by clarifying that only US equities with SEC filings are valid and that ETFs/futures/crypto return 404, adding meaningful constraints on parameter values.

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 identifies the tool as providing company fundamentals for a single US equity and enumerates specific metrics, making its purpose unambiguous. It distinguishes from sibling tools like get_quotes or get_history by focusing on fundamental data rather than price/volume.

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 description implies usage for fundamental analysis by listing metrics, but it does not explicitly state when to use this tool over alternatives. It provides constraints (US equities with SEC filings) and error behavior, but no clear 'use this instead of X' guidance.

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/sablier-ai/sablier-mcp'

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