Skip to main content
Glama

Payload Catalog

payload_catalog
Read-only

List available payload wordlists for content and parameter discovery, providing names accepted by the content_discovery tool without touching the target or consuming budget.

Instructions

List the payload wordlists available to content and parameter discovery.

Names returned here are what content_discovery expects for its wordlist argument. Touches no target and costs no budget.

Only tier A discovery wordlists appear. Tier B injection payloads belong to the approval-gated exploitation tools, and tier C is quarantined and has no name bound to it at all — see docs/PAYLOADS.md.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.1.0

TDQS

A4.6/5.0
Behavior5/5

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

The description explicitly states 'touches no target and costs no budget,' which goes beyond the readOnlyHint annotation by specifying no network or resource side effects, and also notes tier C has no name bound, adding transparency about limitations.

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 concise, well-structured, and avoids unnecessary verbiage, covering essential points in a few sentences.

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?

The description covers the tool's purpose, use context (content_discovery), tier limitations, and points to documentation, providing enough context for an agent to decide when to call it; output schema exists, so return details are not required.

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

Parameters2/5

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

The schema has one optional parameter 'tool' with no description of its purpose, and the description mentions no parameter at all, leaving agents without guidance on whether or how to use it.

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 lists payload wordlists for content and parameter discovery, explicitly notes it touches no target and costs no budget, and distinguishes it from other tools by referencing content_discovery's expected wordlist argument.

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

Usage Guidelines5/5

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

It provides direct guidance on when to use this tool (to obtain wordlist names for content_discovery) and when not to (tier B for approval-gated exploitation tools, tier C quarantined), with a pointer to docs for details.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamsecure1920/Cordon-AI'

If you have feedback or need assistance with the MCP directory API, please join our Discord server