Skip to main content
Glama
IAZENT

HuntX

Official
by IAZENT

triage_list

List security findings with optional filters for status, target, and vulnerability class to prioritize and manage triage workflows.

Instructions

List findings with optional filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 100).
statusNoFilter by status (new, triaged, reported, rejected).
target_idNoFilter by target.
vuln_classNoFilter by vuln class (idor, secret, etc.).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. 'List' implies a read-only, non-destructive operation, but it does not explicitly confirm safety, ordering, pagination, or what happens when no filters are applied. For a simple list tool, it is minimally adequate but not rich.

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 a single, front-loaded sentence with no filler or redundancy. It conveys the core operation and filter capability efficiently.

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 the low tool complexity, full schema coverage, and presence of an output schema, this is reasonably complete. It only lacks explicit sibling guidance and any mention of default behavior beyond the schema defaults, but those are available elsewhere.

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 description coverage is 100%, with all four parameters documented including defaults and example values. The description adds no parameter-level meaning beyond the word 'filters,' so the baseline score of 3 is appropriate.

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 uses a specific verb ('List') and resource ('findings'), and mentions optional filters. This clearly distinguishes it from sibling tools like triage_get (single finding), triage_summary (aggregate), and triage_save/triage_update (writes).

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

Usage Guidelines3/5

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

The description conveys the basic use case: list findings, optionally filtered. However, it does not explicitly state when to choose this over related triage tools or mention any exclusions/prerequisites. The context is clear but not fully additive.

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/IAZENT/HuntX'

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