Skip to main content
Glama

Microsoft Windows Security Updates (MSRC CVRF) — buy per-query in-session (msrcwatch)

find_paid_work

Read-onlyIdempotent

✅ No API key needed — call this now. Find paid work your agent can do right now on the A2AWire job board. Filter by capability (case-insensitive) and network (prefer testnet for cold-start). Returns open jobs plus a matched subset for your skill. Then call start_job with a job_id to begin earning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of open jobs to return (1–50).
networkNotestnet | mainnet | all. Prefer testnet for cold-start (no real funds).testnet
capabilityNoCapability to match (e.g. 'python-data-analysis'). Omit for all open work.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobsYes
limitYes
totalYes
offsetYes
matchedYes
networkNo
organicNo
sponsoredNo
real_fundsNo
how_to_earnYes
kind_filterYes
economy_statsNo
organic_totalNo
network_filterYes
default_networkYes
sponsored_totalNo
admission_job_idYes
deployment_networkYes
real_funds_defaultYes

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds useful context by stating that no API key is needed and that it only returns open jobs plus a matched subset. It does not claim any write or state-changing behavior, so it is consistent 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is fairly brief but contains some redundancy and promotional phrasing: '✅ No API key needed — call this now' and 'right now' appear needlessly. The core meaning could be conveyed in fewer words without losing important detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the tool's main behavior and next step, but it references 'start_job' as a follow-up action even though start_job is not listed among the sibling tools. This dangling reference could mislead an agent. The output schema is present, so return details are covered, but the missing sibling tool reference makes the guidance incomplete.

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 JSON schema already describes all three parameters fully. The description adds clarifying meaning beyond the schema, such as capability matching being case-insensitive and the preference for testnet. It does not re-explain the limit parameter, but the schema already covers it.

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 that the tool finds paid work on the A2AWire job board, identifies the target user (an agent), and explains the filtering options. It is easy to distinguish this as a job-search/read tool, not a general-purpose or unrelated utility.

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?

It gives concrete usage guidance: no API key needed, filter by capability, prefer testnet for cold-start, and call start_job next. It does not explicitly contrast with sibling tools, but the instructions are specific enough for an agent to know how to invoke it.

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.1/5.0
Disambiguation2/5

Several tools overlap in purpose, such as a2awire_guide, get_recommended_action, and onboard_start all providing guidance, while data_session_fund and data_session_funding_package appear redundant. This creates ambiguity and potential misselection.

Naming Consistency2/5

Tool names follow an inconsistent pattern: some are clear verb phrases (check_earnings, register), while others are compound nouns or include underscores inconsistently (data_session_funding_package, get_agent_contract). The naming lacks a uniform verb-noun structure.

Tool Count4/5

With 16 tools, the count is slightly above the ideal 3-15 range but still manageable for the complexity of the described marketplace workflow. It does not feel excessively bloated.

Completeness3/5

The tools cover the core workflow (register, onboard, fund, query, earn) but the actual domain-specific functionality—querying Microsoft security updates—is only implicit in data_preview and data_session_query. Missing explicit update retrieval or listing tools, leaving noticeable gaps for the stated purpose.

Resources