Skip to main content
Glama
harpd-dev

harpd-mcp

Official
by harpd-dev

Get Harpd research reports and the AI market index

get_research
Read-only

Retrieve Harpd's published monthly research reports and AI Market Index data, including category product counts and rank-point shares, with full provenance on every record.

Instructions

Read Harpd research output: the published monthly research reports (5 records, one per family/month) and the AI Market Index (27 category rows with product counts, product share and rank-point share). IMPORTANT: pointsShare is a share of rankPoints, and rankPoints are promotional placement bought with Credits on Harpd Rank. They are NOT an editorial quality score. pointsShare is not a share of quality or of market merit. Reports exist only for closed months with enough ranked products in the family scope. Every record carries full provenance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of records to return (1-200, default 20).
familyNoFilter reports by research family, e.g. "ai-agent-index", "ai-market-index", "ai-tools-index", "developer-tools-index", "ai-tools-trends".
offsetNoNumber of records to skip before the page starts. Must be >= 0.
sectionNo"reports" = the published monthly research reports; "market-index" = category-level product counts and rank-point distribution; "all" = both.reports
categoryNoFilter the market index by exact category slug.
monthKeyNoFilter reports by month key, e.g. "2026-08".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the readOnlyHint/openWorldHint annotations, the description supplies rich interpretive context: pointsShare is a share of promotional rankPoints bought with Credits, explicitly NOT an editorial quality or market-merit score. It also discloses data-availability constraints (reports exist only for closed months with enough ranked products) and asserts full provenance on every record, which materially prevents misuse.

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 front-loaded with the resource scope and then delivers two high-value caveats (pointsShare semantics and closed-month availability) that prevent real misinterpretation. It is slightly longer than strictly necessary - the quality-score point is restated twice ('NOT an editorial quality score' and 'not a share of quality or of market merit') - which keeps it from a perfect score.

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 carries the burden of explaining return values, and it does so at a useful level: record counts, row semantics, the meaning of share fields, and availability constraints. Combined with the readOnly/openWorld annotations and fully documented parameters, an agent has what it needs to call this correctly; only per-field detail of the report records is left unspecified.

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%, so the input schema already documents all six parameters, and the description adds no parameter-specific guidance beyond it. The 'IMPORTANT' caveat clarifies the semantic meaning of an output field (pointsShare) rather than any input parameter, so the description correctly holds at the high-coverage baseline of 3.

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 opens with a specific verb and resource ('Read Harpd research output') and enumerates exactly what that includes: 5 monthly report records and a 27-row AI Market Index with product counts, product share, and rank-point share. This concrete scope distinguishes it from the product/ranking sibling tools (get_rankings, get_product, get_category_ranking) without needing to inspect any schema.

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?

The description makes the tool's domain clear ('research output... published monthly research reports... market index'), so an agent can infer it is for Harpd's published analysis rather than raw ranking or product data. However, it never names an alternative sibling (e.g., get_rankings or get_evidence) or states when not to use this tool, leaving the guidance implied rather than explicit.

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