Skip to main content
Glama

alpha402x Equity Research

Get a complete card, free

get_sample_card
Read-only

One COMPLETE quarterly card, free — the identical payload the paid route returns for that card, not a trimmed preview. Two company-quarters (AMD fy2026-q2, MRVL fy2027-q2) are published free in both the quantitative and qualitative families, in the exact schema and field names every paid card uses, so a parser written against a sample works unchanged against any card you buy. Use it as a zero-cost integration test before paying for coverage. Any other ticker returns not_a_sample.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
familyNoWhich card family to return. Defaults to quantitative.
tickerYesAMD or MRVL — the two company-quarters published free

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

The description adds behavioral details beyond the readOnlyHint annotation: it returns the identical payload as paid cards, supports only two specific company-quarters, and responds with 'not_a_sample' for other tickers. It does not contradict the annotation and gives the agent a clear model of the tool's runtime 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?

The description is a bit lengthy but every sentence contributes value: the free complete card promise, the schema compatibility detail, the integration-test use case, and the invalid-ticker behavior. The most important information is front-loaded, though the sentence about exact schema/field names could be slightly tighter.

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 read-only sample tool with two parameters and no output schema, the description is complete: it explains what is returned, what is not returned (paid vs sample, unsupported tickers), how to use it, and how the response relates to paid cards. An agent has everything needed to invoke it correctly and interpret the result.

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?

The input schema already documents both parameters completely (ticker: AMD or MRVL; family: quantitative/qualitative with default). The description reinforces the ticker constraint and family enum but does not add meaning beyond what the schema provides, so the baseline of 3 applies.

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 uses a specific verb ('Get') with a concrete resource ('complete quarterly card') and clearly differentiates itself from the paid route ('not a trimmed preview'). It even names the exact free tickers and states the tool is a zero-cost integration test, making its purpose unmistakable.

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?

Explicit usage guidance is provided: 'Use it as a zero-cost integration test before paying for coverage.' It also tells the agent what will happen with unsupported tickers ('Any other ticker returns not_a_sample') and clarifies that the sample payload is identical to paid cards, so it can validate parsers. This fully informs when to use the tool.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct stage of the pre-sales lifecycle: catalog discovery, coverage checking, sample access, payment terms, and payment instructions. Even though pricing and URLs appear in both list_research and get_product_terms, their granularity and purpose are clearly separate.

Naming Consistency4/5

The names are all lowercase snake_case and mostly follow a verb-first pattern (check_, get_, list_). how_to_pay_x402 is the one clear deviation from the verb_noun convention, so the set is nearly but not fully consistent.

Tool Count5/5

Five tools is a well-scoped size for this product/payment-information server. Each tool has a clear role, and none feel redundant or missing for the stated pre-sales scope.

Completeness5/5

The advertised workflow is fully covered: catalog discovery, 10-Q coverage checks, free sample payloads for integration testing, exact payment terms, and payment instructions. Paid extraction is intentionally an x402 URL transaction rather than an MCP tool, so within the server's stated purpose there are no obvious dead ends.

Resources