Skip to main content
Glama
SiftingIO

siftingio-mcp

Official

Filing section text

stocks_section
Read-only

Retrieve the full text of a single narrative section from an SEC filing by providing ticker, accession number, and section code. Ideal when you need only one section such as business, risk-factors, or mda.

Instructions

Fetch the full text of a single narrative section from one SEC filing, selected by section code (e.g. business, risk-factors, mda). Prefer this over stocks_sections when you need just one section — it returns far less text. Discover the available section codes with stocks_sections and get accession numbers from stocks_filings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesUS equity ticker, e.g. AAPL.
sectionYesSection code: business, risk-factors, legal-proceedings, mda, market-risk, ...
accessionYesSEC accession number, e.g. 0000320193-24-000123.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering safety profile. Description adds value by stating it returns the full text of a single section and that it returns less text than stocks_sections, providing additional behavioral context.

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 sentences with zero wasted words. Front-loaded with purpose, then usage guidelines and discovery hints. Highly efficient.

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 data retrieval tool with 3 required params, no output schema, and no enums, the description fully explains what the tool does, what it returns, and how to obtain necessary inputs (section codes and accession numbers). 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?

Input schema has 100% coverage with descriptions for all three parameters (ticker, accession, section). Description does not add additional parameter details beyond the schema, so baseline score of 3 is appropriate.

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?

Clearly states action (fetch), resource (full text of a single narrative section from one SEC filing), and selection criteria (section code). Distinguishes from sibling stocks_sections by noting it returns one section instead of multiple.

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 says when to prefer this tool over stocks_sections (when you need just one section, returns far less text). Provides discovery hints: use stocks_sections for available section codes and stocks_filings for accession numbers.

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/SiftingIO/siftingio-mcp'

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