Skip to main content
Glama

marketinque — launch plan & backlink index

One directory

get_directory
Read-only

One directory from the index: domain rating, dofollow, price, category, the submission page URL (or where to look for it), whether it wants an account first, notes from the last check, and — for a project — the listing already recorded for it. Use it before opening a row from list_directories. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe catalog slug, e.g. "saashub".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool read-only, and the description repeats that but also adds meaningful behavior beyond the annotation: it describes returned fields, conditional 'for a project' behavior, and the fact that it operates against an index. No contradiction with annotations.

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 front-loads the core purpose and then lists the output fields in a structured, readable way. Each clause adds useful information, and the final two short sentences give usage and safety guidance without redundancy.

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

Completeness5/5

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

With a single parameter, no output schema, and read-only annotations, the description covers what the tool returns, when to use it, and its read-only nature. The agent has enough to select and invoke it correctly without additional context.

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% and the slug parameter is already described as 'The catalog slug, e.g. "saashub".' The description adds the context of using it before list_directories rows, but it does not add new semantics about the slug parameter itself, so the baseline of 3 applies.

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 returns one directory from the index and enumerates the exact fields returned, so an agent knows precisely what it does. It also distinguishes itself from list_directories by emphasizing 'one directory' and naming the sibling explicitly.

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 explicit guidance: 'Use it before opening a row from list_directories,' which tells the agent when this tool fits in the workflow. It does not explicitly state when not to use it or name other alternatives, but the context is clear enough.

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