Skip to main content
Glama

valuefeed

get_valuefeed_info

Get pricing and details for ValueFeed: a weekly SEC-sourced value-investing research packet (screens, metrics, filing excerpts) licensed for independent newsletter writers and content creators to build their own commentary on top of. Useful for an agent helping a finance content creator find raw research inputs instead of raw LLM-generated numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does specify the nature of the returned data (SEC-sourced, weekly, screens/metrics/filing excerpts, licensing terms for newsletter writers). However, it never discloses the response format, whether pricing/detail data is current or cached, or how an agent should treat the output's freshness. For a 0-parameter read-only getter these gaps are moderate, not severe.

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?

The core purpose is front-loaded in the first words ('Get pricing and details for ValueFeed'), followed by a colon-introduced elaboration in the same sentence and a brief usage note as the second sentence. Every sentence and clause carries distinct value. The first sentence is somewhat dense with the embedded parenthetical and licensing clause, but there is no filler.

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 0-parameter, no-output-schema, no-annotation informational getter, the description covers what is retrieved (pricing, details, packet contents, licensing audience) and the context in which it should be used. The remaining gaps — return format and data freshness — are minor for a getter of this simplicity and would normally be covered by an output schema.

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 tool has zero parameters and the schema is trivially 100% covered. Per the rubric, 0 parameters earns a baseline of 4. The description correctly avoids inventing parameter details and instead focuses on what the resource itself contains, which is the only semantics that matter here.

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 opens with a clear verb-resource pair: 'Get pricing and details for ValueFeed'. It then elaborates on what ValueFeed is ('weekly SEC-sourced value-investing research packet (screens, metrics, filing excerpts)'), so an agent knows exactly what this tool retrieves. No siblings exist, so the 'distinguishes from siblings' criterion is not applicable; the purpose is clear but not exemplary enough to warrant a 5.

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 second sentence gives an explicit usage context: the tool is 'useful for an agent helping a finance content creator find raw research inputs instead of raw LLM-generated numbers.' This tells the agent when to reach for this tool and even the underlying intent it serves. No alternative tools are named because there are none, so no exclusions are needed. Lacks an explicit when-NOT-to-use statement, but the positive guidance is strong.

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