Skip to main content
Glama

OpenClaw AI Agent Verification

openclaw_ai_agent_verification

Audit an AI agent configuration for security holes: prompt injection exposure, missing authentication, over-broad tool permissions and unsafe gateway settings. Check an agent before you trust it or connect to it. Costs $1.00 per call, paid in USDC over x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNoTool to validate, as a JSON string
configYesAgent configuration as a JSON string
skillsNoSkills
messageNoMessage
sessionIdNoSession ID
subscription_tokenNoOptional Cybercentry subscription token. Uses your plan quota instead of paying per call.

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It reveals the pricing ($1.00 per call) but does not explain what the tool returns (e.g., a report, a pass/fail status, or a list of vulnerabilities), nor does it mention side effects, permission requirements, or whether it modifies the input. This lack of transparency is critical for an audit tool.

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 consists of three concise sentences. The first sentence states the core purpose, the second provides the usage context, and the third gives pricing. Every sentence adds valuable information without redundancy or fluff, making it efficient and front-loaded.

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?

Despite having 6 parameters and no output schema, the description omits many details needed for an AI agent to use the tool effectively. It does not explain how to interpret the results, what each parameter does beyond the schema, or any dependencies (e.g., subscription token usage). The tool's complexity demands more context, especially regarding the output format and behavioral expectations.

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 has 6 parameters with 100% description coverage, so the schema already documents each parameter. The description adds no extra meaning beyond mentioning 'agent configuration' (the config parameter). Since the baseline is 3 when schema coverage is high, and the description does not degrade or improve understanding, a 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 clearly states the tool's purpose: 'Audit an AI agent configuration for security holes: prompt injection exposure, missing authentication, over-broad tool permissions and unsafe gateway settings.' It specifies the verb (audit/check) and the resource (AI agent configuration), and the specific security aspects differentiate it from the sibling tools (e.g., base_token_verification, web_application_verification).

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

Usage Guidelines4/5

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

The description provides a clear usage scenario: 'Check an agent before you trust it or connect to it.' This tells the agent when to invoke the tool. It also mentions the cost ($1.00 per call), which is relevant for decision-making. However, it does not explicitly state when not to use it or compare it to sibling tools, missing the opportunity to provide exclusions or alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools target distinct domains (token, media, AI agent, wallet, web app, code), but `base_token_verification` and `ethereum_token_verification` are closely related and could be confused despite chain-specific descriptions. The informational tools (`list_services`, `recent_exploits`) are clearly separate.

Naming Consistency4/5

All tool names are lowercase snake_case, with the majority following a `[domain]_verification` pattern. The exceptions (`cyber_security_consultant`, `list_services`, `recent_exploits`) are still clear but deviate from the dominant suffix convention.

Tool Count5/5

12 tools is a well-scoped size for a multi-domain verification service. Each tool represents a distinct service category, and the count feels appropriately comprehensive without being bloated.

Completeness5/5

The tool surface covers major verification needs across tokens, code, media, AI agents, wallets, web apps, private data, and quantum-safe encryption. The addition of `cyber_security_consultant`, `list_services`, and `recent_exploits` provides context and support, leaving no obvious dead ends for typical use cases.