Skip to main content
Glama

list_blacklist_monitors

List blacklist monitors with optional filters and pagination, providing details like status and listed RBLs to track IP/domain blacklisting.

Instructions

List blacklist monitors with optional filters and pagination.

Returns a monitors array (id, name, type, target, rdns, report_id, status, contact_lists, listed array of {rbl, delist}, created_at, last_check) plus a meta object with pagination info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cidrNoCIDR for IPv4 range filters
nameNoFilter by monitor name (partial match)
pageNoPage number
typeNoMonitor type: 'ipv4' or 'domain'
orderNoSort order: 'asc' or 'desc'
listedNoFilter listed (True) or unlisted (False)
targetNoFilter by target (IP/domain, partial match)
order_byNoSort field: name, target, listed, created_at, or last_check
per_pageNoResults per page
exact_nameNoMatch name exactly
exact_targetNoMatch target exactly

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description partially carries the behavioral burden by detailing the return structure (monitors array, meta object with pagination). However, it does not explicitly state that this is a read-only operation or describe any potential side effects, auth requirements, or rate limits. The 'list' verb implies safety, but the disclosure is not thorough.

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 extremely concise: two sentences that lead with the core purpose and then summarize the return payload. Every sentence adds value, and there is no redundant or filler content.

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?

Given that an output schema exists and the description includes a compact summary of returned fields, the tool is well-documented for a list operation. The only minor gap is the absence of details about default sorting or error behavior, but these are not critical for a straightforward paginated list endpoint.

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?

The input schema provides 100% coverage with descriptions for all 11 parameters. The description adds only a generic mention of 'optional filters and pagination', which does not meaningfully enhance the schema's already clear parameter semantics. The baseline of 3 applies because the schema does the heavy lifting.

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 action ('List') and the specific resource ('blacklist monitors'), distinguishing it from sibling tools like list_blacklists (which lists blacklists themselves) and get_blacklist_report.

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?

The description does not provide any guidance on when to use this tool versus alternatives (e.g., list_blacklists or get_blacklist_report). It simply describes the action with no exclusions or context that would help an agent choose it.

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/khrns-r/hetrixmcp'

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