Skip to main content
Glama

osint-terminal

Adstxt

adstxt

ads.txt: Ad-tech sellers declared in ads.txt

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations, the description carries the full burden of describing behavior, and it only restates the concept of an ads.txt file. It does not disclose whether the tool fetches the file, parses it, returns matching sellers, or what happens when the optional parameter is empty.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded, but the single sentence is under-specified rather than genuinely concise. It repeats information already available in the tool name and does not earn its place by adding operational meaning.

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

Completeness1/5

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

Even though the tool has only one optional parameter and an output schema exists, the definition is too thin for an agent to call it correctly or interpret the result. It fails to explain the input domain, the behavior, or what 'Ad-tech sellers declared' means as an output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not mention the 'q' parameter at all. The agent has no idea what value to put in q, whether it is a domain, a seller ID, or something else, or what the empty default means.

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

Purpose2/5

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

The description says 'ads.txt: Ad-tech sellers declared in ads.txt', which is close to a tautology: it restates the tool name and the basic definition of an ads.txt file. It never states an action verb like get, check, list, or parse, so an agent cannot tell exactly what operation the tool performs. It does add that the tool concerns ad-tech sellers, but not enough to distinguish it from similar-sounding tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to use this tool or when to prefer a sibling such as securitytxt, robots, or whois. The description implies the tool is about ads.txt data, but gives no condition, prerequisite, or alternative.

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