Skip to main content
Glama

Get Top Scored Sites

get_top_sites

Get the highest-scored agent-ready sites in the index, optionally filtered by category. Organic order is always readiness-score order. A supported category creates a query-free discovery receipt that can support separately disclosed provider-funded actions and explicit action interest; unfiltered browsing stays free and does not enter the Stage 1 demand cohort.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10, max 50)
categoryNoFilter by public category (ai-tools, developer, data, finance, ecommerce, jobs, security, health, education, communication, productivity, news). Audit-only buckets may appear in /api/v1/categories as other or spam, but are not promoted as discovery inventory. Omit for all categories.

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that results are always ordered by readiness score, that filtered category calls create a 'discovery receipt' supporting provider-funded actions and explicit interest, and that unfiltered browsing does not enter the demand cohort. This is substantive behavioral context, though terms like 'discovery receipt' and 'Stage 1 demand cohort' are not fully explained, which slightly reduces clarity.

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?

The description is two sentences long, front-loaded with the core purpose. The first sentence states what the tool does and the optional filter; the second adds necessary nuance about ordering and behavioral implications. No wasted words.

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 the tool has no output schema and no annotations, the description covers essential aspects: purpose, optional filtering, ordering, and behavioral side effects. It does not describe the response format, but for a simple top-sites list with only two parameters, the description is largely sufficient. Minor gaps include undefined jargon and missing details about default limit behavior, but these are partially mitigated by the 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?

Schema coverage is 100%, so baseline is 3. The description adds semantic value beyond the schema by explaining the behavioral consequence of using the category parameter: it creates a discovery receipt and enables provider-funded actions, whereas omitting it keeps browsing free. This extra context goes beyond the schema's basic 'filter by public category' and elevates the score.

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 clearly states the tool retrieves 'the highest-scored agent-ready sites in the index' with an optional category filter. The verb 'Get' and specific resource ('sites in the index') are explicit, and the 'optionally filtered by category' differentiates it from sibling tools like search_agents, which likely returns broader search results.

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 provides clear context on when to use the tool: to retrieve top-scored sites, with an optional filter. It explains the behavioral difference between filtered and unfiltered calls (filtered creates a discovery receipt supporting provider-funded actions, unfiltered stays free), which informs when a category should be used. However, it does not explicitly mention alternatives or state when not to use this tool in favor of a sibling.

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.3/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between check_url and get_site_details (both provide readiness reports) and between search_agents and find_mcp_servers (both return indexed sites). The descriptions clarify the differences, but an agent could still pick the wrong one without careful reading.

Naming Consistency4/5

The tools mostly follow a verb_noun pattern (check_url, get_stats, submit_site), but recent_additions deviates by using an adjective_noun form, and handoff_provider_action uses a noun-like verb. These minor inconsistencies are readable but not fully uniform.

Tool Count5/5

With 14 tools, the set is within the ideal range for a service of this scope. Each tool covers a distinct aspect of discovery, verification, monitoring, and provider actions, without feeling bloated or too sparse.

Completeness5/5

The tool surface covers the full lifecycle: searching (search_agents), browsing (find_mcp_servers, get_top_sites, recent_additions), retrieving details (get_site_details), verifying (check_url, verify_mcp), submitting (submit_site), monitoring (register_monitor), and the provider action workflow (prepare_provider_action, handoff_provider_action, record_action_interest). No obvious gaps or dead ends.

Resources