Skip to main content
Glama

Ryufin

What the company told the SEC

get_company_news
Read-onlyIdempotent

The company's own recent current reports (8-K), newest first: the date, what kind of event, the company's own sentence and a link to the filing on sec.gov.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tickerYesUS ticker symbol, e.g. NVDA or BRK-B

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and closed-world behavior, so the safety profile is covered. The description adds real behavioral context beyond that: results are ordered newest-first and each result contains a date, event type, a company sentence, and a sec.gov link. It omits any mention of the result limit or truncation behavior.

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

Conciseness4/5

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

A single dense sentence with the resource and ordering front-loaded and the return fields enumerated after the colon. Efficient, though the fragment structure and slightly vague phrase 'the company's own sentence' cost a point.

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?

With no output schema, the description correctly carries the burden of describing the return shape, and it does so (date, event type, quote, link). Only the limit parameter's behavior and any empty-result behavior are left unaddressed, which is a minor gap for a two-parameter read tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 50% (ticker is documented, limit has no description), and the description adds nothing about either parameter — it never mentions the ticker requirement or the limit/default/max=12. With a low-ish coverage schema and no compensating text, the parameter side is under-explained.

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 names a specific resource and scope (the company's own recent 8-K current reports, newest first) and enumerates the payload, so it is clearly distinguishable from siblings like get_stock_overview or get_financial_history. It loses a point only because the action is expressed as a noun phrase rather than an explicit verb.

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?

There is no explicit when-to-use, when-not-to-use, or alternative-tool routing. The 8-K framing implicitly signals this is the SEC-filings tool rather than the earnings/financials ones, but the agent must infer that from content alone.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources