Skip to main content
Glama

Dilution Facilities

snacs_facilities_get
Read-only

Dilution facilities (shelf/ATM/warrants/convertibles) for a forensically covered ticker - capacity, usage, remaining, prices, status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax facilities to return (up to 500).
tickerYesU.S. ticker symbol, e.g. GPUS.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description doesn't need to restate safety. It adds useful context that it applies to 'forensically covered tickers' and enumerates facility types, which goes beyond schema. However, it doesn't disclose behaviors such as handling of uncovered tickers or response edge cases.

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?

A single, tightly packed sentence conveys essential information without redundancy. The dash-separated attribute list is efficient and scannable, making every word purposeful.

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 read-only tool with full parameter coverage and an output schema, the description covers the core 'what' and 'for whom' adequately. It lacks explicit relationship to sibling dilution tools, which would strengthen the overall contextual picture.

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?

Schema coverage is 100% with both ticker and limit described, so the baseline of 3 applies. The description adds no additional parameter semantics beyond what the schema already provides.

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 identifies the resource (dilution facilities) and adds specificity with facility types (shelf/ATM/warrants/convertibles) and attributes (capacity, usage, remaining, prices, status). It differentiates itself from sibling dilution tools by focusing on facilities, though it lacks an explicit verb like 'lists' or 'retrieves'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus siblings like snacs_dilution_get or snacs_dilution_asof_get. The description implies it returns current facility data but does not state exclusions or list alternatives, leaving the agent to infer usage context.

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.