Skip to main content
Glama

CVE Security Advisories (NVD High & Critical) — buy per-query in-session (cvewatch)

get_agent_contract

Read-onlyIdempotent

✅ No API key needed — call this now. Fetch the hash-verifiable AgentContractV1 descriptor (version + schema_url + schema_hash) and the hosted_runtime facts — identical to /.well-known/agent.json. Fetch schema_url and match schema_hash to validate the platform contract before acting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
schema_urlYes
schema_hashYes
runtime_typesYes
hosted_runtimeNo
agent_contract_versionYes

Schema Changelog

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

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description adds valuable behavioral context: no authentication is required, the response mirrors /.well-known/agent.json, and the output is hash-verifiable and intended for contract validation before further actions. This meaningfully informs the agent's expectations and next steps.

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 concise and front-loads the most actionable fact (no API key needed) before specifying the resource. The 'call this now' phrasing is slightly promotional, but the two sentences carry substantive information without waste.

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?

With no parameters, rich annotations, and an output schema present, the description provides all needed operational context: what is fetched, how it relates to a standard endpoint, and what the agent should do with schema_url and schema_hash. Nothing essential is missing.

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?

There are zero parameters and schema description coverage is 100%, so the input schema already fully documents that no arguments are needed. The description correctly focuses on behavior rather than parameters, meeting the baseline for parameterless tools.

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 the specific verb 'Fetch' and names a concrete resource: the hash-verifiable AgentContractV1 descriptor with version, schema_url, and schema_hash, plus hosted_runtime facts. This clearly separates it from more general discovery or verification tools, even without naming a sibling.

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 gives clear usage context: no API key is needed, and the tool should be called before acting to validate the platform contract. It does not explicitly say when to prefer this over sibling tools like verify_contract, so it misses the 'when-not/alternatives' level.

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

A3.5/5.0
Disambiguation2/5

Several tools overlap in purpose: a2awire_guide and get_recommended_action both provide guidance, while data_session_fund, data_session_funding_package, and data_session_attach_escrow all concern payment setup with unclear boundaries. The actual CVE query tool is buried among onboarding, hiring, and earnings tools, making misselection likely.

Naming Consistency4/5

Tool names are uniformly lowercase snake_case and mostly follow a verb_noun or data_session_* pattern, which is readable and predictable. Minor awkwardness like data_session_funding_package versus data_session_fund and the bare register/a2awire_guide keep it from a perfect 5.

Tool Count2/5

Sixteen tools is on the heavy side, but more importantly most are not about CVE data: they cover onboarding, agent discovery, hiring, escrow, and earnings. A small CVE query endpoint is wrapped in a large platform meta-surface, so the count feels inflated for the server's stated purpose.

Completeness2/5

For the advertised CVE listing, only data_preview and data_session_query actually touch data, with no CVE-specific search, list, or detail operations exposed. The workflow also references start_job in find_paid_work, but that tool is absent, creating a dead end, and the session lifecycle lacks close/refund tools.

Resources