Skip to main content
Glama

marketinque — launch plan & backlink index

Directories to submit to

list_directories
Read-only

Places that give a startup a backlink, one phase at a time in the order that works. Default phase bl-sprint: the 95 free, dofollow, page-scoped, graded rows. Each row carries its submission page (or where to find it) and, for a project, the listing already recorded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 25.
phaseNobl-sprint (default) · bl-reach (free, nofollow/host-scoped) · bl-paid · bl-optional · bl-tail
min_drNoOnly rows with at least this domain rating (0–100).
offsetNoRows to skip, for paging past `limit`.
categoryNoFilter by the catalog category, e.g. "AI Tools", "Software Reviews".
unrecorded_onlyNoProject only: skip rows that already have a listing recorded.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / min_dr / description
      Added value: +"Only rows with at least this domain rating (0–100)."
    • addedInput schema / properties / offset / description
      Added value: +"Rows to skip, for paging past `limit`."
  2. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds behavioral detail about the default phase, the 95 free dofollow rows, and what each row contains (submission page and recorded listing for projects), which goes beyond the annotations and enriches the agent's understanding of the output.

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 with no fluff. It front-loads the core purpose and then gives essential output details. Every word earns its place, and it avoids repeating schema information.

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?

For a list tool with 6 optional parameters and no output schema, the description covers the key behavioral aspects: default phase, row content, and per-project recorded listings. It doesn't explicitly describe ordering or pagination, but those are handled by schema fields (offset, limit) and the phrase 'in the order that works' provides a hint. Overall, it's complete enough for an agent to call it correctly.

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%—every parameter has a description. The tool description adds context about the default phase and what rows contain, which indirectly relates to the phase and unrecorded_only parameters, but it does not need to explain each parameter since the schema already does. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as listing directories that provide backlinks, and it specifies the output includes submission pages and recorded listings. It is distinguishable from siblings like get_directory (singular) and next_steps, though it doesn't explicitly use the word 'list'—the name covers that.

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 explains the phase-based workflow ('one phase at a time') and the default phase, which gives context for how to use the tool. However, it does not contrast this with alternatives like get_directory or when to choose this over other tools, so usage guidance is 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources