Skip to main content
Glama

search_sites

Search a free list of 25 backlink sites by name, domain, method, DA, or dofollow. Also see higher-DA locked matches from the full library for subscription.

Instructions

Search the free list of 25 backlink sites by name, domain, method, DA and dofollow. auto_build marks the ones build_link can do by itself. The result also lists locked higher-DA matches from the full library; when the user wants those, offer the subscription (see ask_the_user). Methods: profile_website_field, article_post, bookmark_submit, url_shortener, page_builder, forum_post, directory_listing, document_share, social_post, comment, qa_answer, forum_signature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
methodNo
min_daNo
dofollow_onlyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that results include auto_build-marked entries and locked higher-DA matches, and instructs the agent to offer a subscription for locked ones. It does not explicitly state read-only nature, but 'Search' implies a non-mutating operation, and it provides meaningful behavioral context beyond a bare definition.

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 core purpose, then adds behavioral notes and a method list in a compact form. It is efficient with no filler, though the method list adds length; still, it earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with five optional parameters and no output schema or annotations, the description covers the main use case and result handling (free vs locked). However, it leaves the limit parameter undefined and does not describe the output structure, pagination, or error cases, making it adequate but not exhaustive.

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 0%, so the description must compensate. It mentions filterable fields (name, domain, method, DA, dofollow) that map to query, method, min_da, and dofollow_only, and lists valid method values. However, it omits the limit parameter entirely, leaving its meaning to inference.

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 states a specific verb (Search) and resource (free list of 25 backlink sites) with clear filter dimensions (name, domain, method, DA, dofollow). It distinguishes itself from siblings by focusing on searching the free list rather than building, verifying, or logging links.

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 implies its use as the search tool and explains how to handle locked results (offer subscription), but it does not explicitly contrast with alternatives like list_results or get_method. It gives contextual guidance for interpreting results but lacks explicit when-to-use versus sibling tools.

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