AgentWork Outcomes
Server Details
Buy a finished outcome through services, agents, marketplaces, humans, tools, or swarms.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mitchellOpZero/agentwork-api
- GitHub Stars
- 0
- Server Listing
- AgentWork MCP Server
Available Tools
4 toolsconfirm_outcomeConfirm an outcome quoteAInspect
Explicitly confirm a previously returned quote and begin configured funding. This may cause a financial action when funding is enabled.
| Name | Required | Description | Default |
|---|---|---|---|
| quote_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing side effects. It explicitly warns 'This may cause a financial action when funding is enabled', which is a material behavioral disclosure beyond what the title implies.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler: the action is front-loaded and the financial warning follows immediately. Every word contributes useful meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter confirmation tool, the description covers the core action, the precondition, and the key risk. It does not detail error behavior or explicitly route among siblings, but those are minor gaps relative to the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides no description for quote_id and schema coverage is 0%. The description partially compensates by referring to a 'previously returned quote', implying that quote_id comes from an earlier response, but it never explicitly ties the parameter to that origin or explains its format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'confirm a previously returned quote'. It also clarifies the consequential purpose, 'begin configured funding', which distinguishes it from siblings like get_outcome, request_outcome, and resume_outcome.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'previously returned quote' establishes the expected precondition: this tool follows a quote-generation step. It clearly implies the right moment to call it, though it does not explicitly name alternatives or state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_outcomeGet an outcomeBInspect
Read the current payment, supplier, artifact, verification, and remediation state for an outcome.
| Name | Required | Description | Default |
|---|---|---|---|
| outcome_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. 'Read' and 'current state' convey a non-mutating retrieval, and the scope is explicit. However, it omits error behavior, whether an outcome must already exist, and any access or prerequisite details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence beginning with the operative verb 'Read'. It lists the relevant state dimensions without filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter read tool, the description names the operation and the state dimensions returned. Still, with no annotations and no output schema, it leaves ambiguity about response shape, not-found behavior, and whether any preconditions apply.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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, but it only refers to 'an outcome' without explaining outcome_id format, constraints, or usage. It adds little meaning beyond the schema's property name and type.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a read operation on an outcome's current state and enumerates the exact scope: payment, supplier, artifact, verification, and remediation. This effectively distinguishes it from the action-oriented siblings confirm_outcome, request_outcome, and resume_outcome.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus the sibling tools. The sibling names imply they perform actions, but the description never states whether get_outcome should be used first, for preconditions, or after modifications.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_outcomeRequest an outcomeAInspect
Find a reliable procurement plan for an outcome and return one retail quote for confirmation. This does not spend, post, purchase, or invoke anything.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional non-secret context needed to plan the outcome. | |
| outcome | No | The complete outcome the caller wants. | |
| deadline | No | Optional delivery deadline. | |
| done_when | No | Optional observable completion criteria. | |
| retry_gap_id | No | Retry a previously recorded routing or scoping gap with fresh supply checks. | |
| authority_scopes | No | Explicit non-financial authority granted for this outcome. Quote confirmation grants spend only. | |
| max_spend_micros | No | Optional maximum retail spend in USDC micros. | |
| repeat_of_outcome_id | No | Repeat a completed outcome through fresh supply checks and pricing. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It clearly discloses that the tool does not spend, post, purchase, or invoke anything, and that it returns a single quote. It does not mention potential persistence/recording side effects or failure behavior, but the most important non-execution trait is explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two tight sentences with no filler. The first sentence front-loads the primary purpose, and the second sentence adds a crucial non-execution warning. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex 8-parameter tool with a oneOf schema and no output schema, the description gives sufficient high-level orientation: it plans an outcome and returns one quote without executing. The schema covers parameter details, so the description does not need to repeat them. It lacks explicit guidance on choosing between outcome, retry_gap_id, and repeat_of_outcome_id, but those are described in the schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all eight parameters. The description adds minimal semantic value beyond the schema, only restating the outcome concept in natural language. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb+resource: it finds a reliable procurement plan and returns one retail quote. It also explicitly distinguishes itself from execution tools by stating 'does not spend, post, purchase, or invoke anything', which separates it from confirm_outcome and similar actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool by noting the output is 'for confirmation', suggesting confirm_outcome as the next step. However, it does not explicitly name alternatives or state when not to use this tool versus get_outcome, resume_outcome, or confirm_outcome.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
resume_outcomeResume an outcomeBInspect
Idempotently poll or reconcile pending supplier and financial operations for an outcome.
| Name | Required | Description | Default |
|---|---|---|---|
| outcome_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it does disclose an important behavioral trait: idempotency, which tells agents that repeated calls are safe. However, it does not clarify whether reconciliation has side effects, what the response looks like, or what prerequisites or permissions are needed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that wastes no words. It places the key behavioral term 'Idempotently' first and conveys the core operation compactly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one simple parameter and no output schema, the description gives a reasonable starting point by stating the operation and the domain. It is incomplete, though, because it leaves usage timing, side effects, and return behavior unspecified, and there are no annotations to fill those gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 undocumented `outcome_id` parameter. It only references 'an outcome' generically and never explicitly explains that `outcome_id` is the identifier of the outcome being resumed, nor its format or required semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific action ('Idempotently poll or reconcile') and a resource ('pending supplier and financial operations for an outcome'), which distinguishes it from the sibling tools that request, get, or confirm outcomes. However, the phrase 'poll or reconcile' is slightly ambiguous about whether these are alternative modes or intertwined steps.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The word 'pending' implies this tool is for handling outcomes that have unfinished supplier or financial operations, giving some context for when to use it. It does not explicitly say when not to use it or name any alternative, so usage guidance is only implied rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
request_outcome1 field changed- added
Input schema / properties / authority_scopesAdded value: +{ + "description": "Explicit non-financial authority granted for this outcome. Quote confirmation grants spend only.", + "items": { + "enum": [ + "read_public_data", + "contact_external_party", + "represent_requester", + "create_account", + "create_or_use_wallet", + "publish", + "use_private_data" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": true +}
4 tool updates
- First observed
confirm_outcome - First observed
get_outcome - First observed
request_outcome - First observed
resume_outcome
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Buy verified human work through MCP with owner-controlled agent spend accounts.
1Outcome-first agent fallback: free discovery, minimal routing, declared costs, verified execution.
61Procure governed AI capabilities: machine-readable price, scope, trust, gateway-delegation terms.
Tests an AI agent's purchase against the task it was given. Paid per call in USDC via x402.
Related MCP Servers
- FlicenseBqualityCmaintenanceEnables agents to purchase verified growth outcomes such as qualified leads, sales meetings, and SEO content, with payment only for accepted results.9-
- AlicenseAqualityDmaintenanceEnables AI agents to create, compare, and track purchases with structured buying workflows, offer comparison, and merchant verification.5MIT
- AlicenseAqualityBmaintenanceEnables AI agents to search, inspect, and purchase physical goods on an escrow-secured marketplace, including listing search, agent reputation checks, and offer creation.583MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover, price, and purchase SaaS products, developer tools, and MCP servers with live Stripe checkout, affiliate program, and AgentTrust verification.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool maps to a distinct stage in the outcome lifecycle: request creates a quote, confirm commits to funding, resume reconciles pending operations, and get reads current state. There is no meaningful overlap between the four actions.
All tool names follow the same verb_outcome pattern: request_outcome, confirm_outcome, resume_outcome, and get_outcome. This makes the set predictable and easy to navigate.
Four tools is well-scoped for a focused outcome lifecycle server. Each tool represents a necessary operation without superfluous additions.
The core flow of request, confirm, resume, and get covers the main procurement and funding lifecycle. A cancel or update operation could be a useful addition, but the current surface supports the primary workflow without dead ends.