Skip to main content
Glama
harpd-dev

harpd-mcp

Official
by harpd-dev

Get AI agents from the Harpd Discovery Index

get_ai_agents
Read-only

Find AI agent products from the Harpd AI Agent Index with full provenance: domains, titles, and discovery sources. Filter by query, domain, or category to locate specific agents.

Instructions

Return AI-agent products from the Harpd AI Agent Index (334 records, Discovery Index slice where category = "agents"). This is a COVERAGE list derived from the Harpd Product Discovery Index, NOT a ranking: records carry no rank and no rankPoints, and their order implies nothing about quality. Each record includes its observed_at timestamp, discovery source and profile URL. Use this to find AI agent products, their domains, one-line titles and where they were discovered. Some records also appear on the Harpd Rank board (on_rank_board). Every record carries full provenance (source, dataset path, sourceUrl, updatedAt, license, attribution).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of records to return (1-200, default 20).
queryNoFree-text query matched against name, domain, title and description.
domainNoExact or suffix domain match, e.g. "uneed.best".
offsetNoNumber of records to skip before the page starts. Must be >= 0.
categoryNoExact Discovery Index category, e.g. "agents", "developer", "ai-media".
onRankBoardNoFilter on whether the record also appears on the Harpd Rank board.
minConfidenceNoOnly records whose category_confidence is >= this value (0-1).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already mark this as read-only and open-world, but the description goes well beyond that: it discloses the coverage-list nature, the absence of rank/rankPoints, the meaninglessness of record order, the inclusion of observed_at and discovery source, and full provenance fields. This gives an agent crucial understanding of what the data does and does not represent.

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 longer than minimal, but each sentence adds value: scope, coverage-not-ranking caveat, record contents, usage direction, on_rank_board nuance, and provenance. It is front-loaded with the core purpose and does not contain filler. It could be tightened by removing slight redundancy around 'Discovery Index,' but overall it is structured effectively.

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?

Given seven optional parameters, no output schema, and many sibling tools, the description does a solid job by explaining record contents and the crucial non-ranking semantics. It lacks explicit differentiation from siblings like get_ai_tools or search_products, and it does not fully enumerate all output fields, but the essential information for correct invocation is present.

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 description coverage is 100%, so the schema already fully documents all seven optional parameters. The description adds context around the fixed category ('agents') and the on_rank_board field, but it does not add meaning beyond what the schema provides. Baseline 3 is appropriate because the schema carries the parameter documentation burden.

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: 'Return AI-agent products from the Harpd AI Agent Index.' It precisely scopes the tool to the 'agents' category slice and explicitly separates it from ranking tools by stating it is 'NOT a ranking.' This makes it easy for an agent to distinguish from siblings like get_rankings or get_category_ranking.

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 description gives clear usage context: 'Use this to find AI agent products, their domains, one-line titles and where they were discovered.' It also implicitly tells when not to use it for ranking purposes by emphasizing there is no rank or rankPoints. However, it does not explicitly name alternative tools for ranking or for non-agent products, so some inference remains.

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