Skip to main content
Glama
MrMarco74
by MrMarco74

list_targets

List tenant targets with optional filters for tag, online status, archived state, scan status, domain search, and last scanned date.

Instructions

List targets for this key's tenant, with optional filters (combined with AND). limit is capped at 100 server-side. scan_status accepts "idle"/"queued"/"running"/"failed". last_scanned_before is an ISO date string; matches targets scanned before that date OR never scanned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo
pageNo
limitNo
onlineNo
archivedNo
scan_statusNo
domain_searchNo
last_scanned_beforeNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It usefully discloses the server-side limit cap (100), valid scan_status values, and the special semantics of last_scanned_before (matches never-scanned targets). However, it omits return format, pagination details, and any explicit confirmation that this is a read-only operation. The disclosed behaviors add value but leave gaps.

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

Conciseness4/5

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

The description is compact and well-structured: the main purpose is front-loaded, followed by critical constraints and semantics. It avoids redundancy and wastes no words. However, it could be slightly more organized by grouping parameter details, but overall it is concise and readable.

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

Completeness2/5

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

With 8 parameters, no annotations, and no output schema, the description is incomplete. It fails to explain several parameters, provides no information about the response structure or pagination behavior, and does not mention any defaults beyond what the schema already shows. The absence of these details leaves the agent guessing on important aspects of invocation and interpretation.

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?

Schema description coverage is 0%, so the description must explain parameters. It explains limit, scan_status, and last_scanned_before, but leaves tag, page, online, archived, and domain_search entirely undocumented. This partial compensation is insufficient for an 8-parameter tool.

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 states the action ('List targets') and resource ('for this key's tenant'), and mentions optional filters. It distinguishes conceptually from sibling get_target (which fetches a single target), though it does not explicitly name the alternative. The verb and scope are specific and unambiguous.

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?

There is no guidance on when to use this tool versus alternatives like get_target or other listing operations. It does not mention exclusions or preferred scenarios. The description explains filter behavior but does not help the agent decide between this and sibling tools.

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/MrMarco74/yads-mcp'

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