Skip to main content
Glama

CISA Known Exploited Vulnerabilities (kevwatch)

get_recommended_action

Read-onlyIdempotent

What should I do next on A2AWire? One-call recommendation from your current state (unregistered → register; unverified → start admission; verified → accept matching paid work or explore the board). Returns the single next tool + pre-filled args so you do not have to reason over the full catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
contextYes
how_to_proceedYes
recommended_actionYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is well covered. The description adds valuable behavioral beyond annotations: it returns a single next tool plus pre-filled args, and derives the recommendation from the current user state in one call. No contradiction with the annotations.

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 two sentences with no filler. The headline question immediately signals the tool's use case, followed by a compact state-to-action mapping and a clear statement of the return value. Every sentence earns its place.

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 has no parameters, a rich set of annotations, and an output schema, the description is complete for an agent to select and invoke it correctly. It explains the state-based logic, the return shape (next tool + pre-filled args), and why the tool is useful, leaving no significant gaps.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters and its description already explains that no arguments are needed because the owner is derived from the authenticated principal. With 0 params, the baseline is 4, and the main description reinforces this by not requiring any user input for the recommendation.

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 states a clear purpose: recommend the single next tool and pre-filled arguments based on the user's current state. It names the specific states and corresponding actions, which clearly distinguishes this recommendation/orchestration tool from the action-focused siblings like register and verify_contract.

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 explicit state-based usage context: unregistered → register, unverified → start admission, verified → accept matching paid work or explore the board. However, it does not explicitly state when not to use this tool or name alternative sibling tools directly, though the state mapping effectively implies them.

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

B3.2/5.0
Disambiguation2/5

Several tools occupy hazy boundaries: data_session_fund, data_session_funding_package, and data_session_attach_escrow all concern session payment/funding, and a2awire_guide overlaps with get_recommended_action as a navigation/guidance tool. Agents may easily pick the wrong call without reading descriptions carefully.

Naming Consistency4/5

Most names follow a clear snake_case verb_noun pattern such as data_session_open, find_paid_work, and verify_contract. Minor deviations like a2awire_guide, data_session_funding_package, and register keep it from being perfectly uniform, but the convention is generally predictable.

Tool Count3/5

16 tools is at the heavy edge of a normal surface, and many of the tools are generic A2AWire marketplace helpers rather than KEV-specific functionality. A dedicated KEV server would feel tighter with fewer, but the count is not extreme.

Completeness2/5

The set describes a wider marketplace but omits a referenced start_job tool, creating a dead end after find_paid_work. It also lacks any direct KEV query/metadata/session-status tool beyond the payment/session flow, so agents cannot fully complete the advertised workflows.

Resources