Skip to main content
Glama

evidence_collect

Probe a live agent deployment with read-only checks, returning an evidence bundle that flags each control as pass, fail, or unknown.

Instructions

Probe a running agent deployment and return an evidence bundle.

Runs read-only probes and returns what was actually observed, per control: 'pass' (demonstrably enforced), 'fail' (demonstrably not), 'unknown' (could not tell — never counted as enforced). Feed the bundle to evidence_verify to get a grade, insights and an action plan.

Self-audit warning: when an agent calls this tool about its own host, the result is self-attestation, not assurance. The bundle records that ('provenance. self_attested') and the assessment raises it as a critical finding. Independent evidence needs cinch collect run out of band under a separate identity — see the 'evidence-collect' protocol.

Args: host: Probe the host/container running the agent (AE-001..AE-011). pid: PID of the agent process to inspect. Omit and the collector inspects itself, which is flagged as self-attestation. unit: systemd unit name of the agent, used to resolve its MainPID. project_path: Deployment directory to inspect — MCP tool grants, container manifests, CI workflows, dependency pinning, secret handling. endpoint: Running agent's HTTP endpoint for behavioural probes (prompt injection, prompt leakage, tool enumeration, rate bounds). authorized: Must be true to probe endpoint. Confirms you are permitted to send adversarial input to that target. deployment: Name recorded in the bundle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidNo
hostNo
unitNo
endpointNo
authorizedNo
deploymentNounnamed-deployment
project_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it excels. It explicitly states that the tool runs read-only probes, returns the actual observed statuses, counts 'unknown' as never enforced, and flags self-attestation as a critical finding (provenance.self_attested). It also reveals the side effect of sending adversarial input to an endpoint when `authorized` is true. This is rich, honest, and highly transparent.

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 front-loaded with a one-sentence summary and then well-structured sections for output details, self-audit warning, and arguments. It is longer than average, but every sentence adds necessary information for a tool with complex side effects and seven parameters. It earns its length, though a few rephrasings could tighten it slightly without losing meaning.

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?

Given the tool's complexity (7 parameters, no annotations, high-risk behavioral probes) and the presence of an output schema, the description covers the essential context: what the tool returns, how to interpret results, the self-attestation pitfall, and the recommended follow-up (evidence_verify). The description is self-sufficient for an agent to decide whether and when to invoke this tool correctly.

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

Parameters5/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 compensate for the lack of parameter documentation in the schema, and it does so completely. The 'Args' section explains the meaning and purpose of all seven parameters, including the role of `authorized` as a consent flag, the distinction between `pid` omission leading to self-inspection, and what `project_path` covers (MCP tool grants, manifests, etc.). This is exactly what the description should add over the bare schema.

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's purpose: 'Probe a running agent deployment and return an evidence bundle.' It goes beyond a generic verb+resource by explaining the output format (pass/fail/unknown per control) and explicitly differentiates itself from the sibling tool evidence_verify by directing users to feed the bundle to it for grading. This makes the tool's distinct role in the workflow unambiguous.

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?

The description gives explicit usage context: it tells users when to use this tool (to collect evidence) and, importantly, provides a clear caveat about when not to rely on it (self-attestation) with a named alternative ('run cinch collect out of band'). It also specifies when the `authorized` parameter must be true, which doubles as a prerequisite for endpoint probing. This level of when/when-not guidance is exemplary.

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/nirhalfon/cinch-ai-security'

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