Free Agent Economy Lab
Server Details
Free buyer-side outcome verification and provider comparison for supplied agent receipts.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 3 of 3 tools scored.
Each tool targets a distinct operation: allocate capital, compare providers, verify outcomes. No overlap in purpose.
All tool names follow a consistent verb_noun pattern in snake_case (allocate, compare, verify).
Only 3 tools for a domain that likely requires more (e.g., managing venues, updating receipts). The set feels too sparse for a 'lab'.
Major gaps exist: no tools for CRUD operations on venues, providers, or receipts. The workflow is incomplete.
Available Tools
3 toolsallocate_treasury_paperPaper Treasury AllocatorARead-onlyIdempotentInspect
Allocate paper capital across 1-10 caller-supplied yield venues using audit, risk, liquidity, credibility, concentration, and net-income gates. Never moves funds.
| Name | Required | Description | Default |
|---|---|---|---|
| venues | Yes | ||
| capital_usd | Yes | ||
| max_risk_score | No | ||
| max_credible_apy | No | ||
| max_per_venue_pct | No | ||
| max_withdrawal_days | No | ||
| annual_operating_cost_usd | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly and non-destructive behavior; the description reinforces this by stating 'Never moves funds' and adds behavioral context by listing the allocation gates (audit, risk, liquidity, etc.), providing transparency beyond annotations.
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 efficient sentences, no fluff, front-loaded with the core purpose, and the second sentence adds critical safety context. 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?
Despite having 7 parameters and no output schema, the description omits details on return values, venue object structure, and parameter mapping to gates. Given the tool's complexity, more context is needed for effective use.
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?
With 0% schema description coverage, the description carries the full burden for parameter meanings, but it only implicitly refers to venues and capital without explaining optional parameters like max_risk_score or max_credible_apy. The parameter names are somewhat self-explanatory, but the description adds minimal semantic detail.
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 the tool allocates paper capital across 1-10 yield venues using multiple gates and explicitly states it never moves funds, distinguishing it from sibling tools like compare_providers and verify_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 description implies usage for planning/allocation simulation but does not explicitly state when to use this tool over compare_providers or verify_outcome. The 'Never moves funds' statement provides some guidance, but it lacks explicit when-not-to-use instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_providersProvider ComparatorBRead-onlyIdempotentInspect
Rank providers from 1-100 supplied outcome receipts using observed success, quality, cost, and a sparse-sample penalty.
| Name | Required | Description | Default |
|---|---|---|---|
| receipts | Yes | ||
| minimum_samples | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, non-destructive behavior. The description adds valuable detail about the ranking method (success, quality, cost, sparse-sample penalty), which is beyond what annotations provide. However, it does not explain the output format or behavior for edge cases.
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, well-structured sentence that front-loads the verb 'Rank' and includes key criteria. Every word earns its place, and there is no wasted text.
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?
Given the tool's moderate complexity (2 parameters, no output schema), the description is adequate but incomplete. It fails to explain the ranking output (e.g., format, tie-breaking) and the meaning of the 'sparse-sample penalty', which is critical for correct use.
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 explain parameters. It implicitly covers 'receipts' (supplied outcome receipts) but entirely omits 'minimum_samples', which is a required integer with a default. This gap is critical for a tool with only two parameters.
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 the tool ranks providers using specific criteria (success, quality, cost, sparse-sample penalty). It distinguishes from siblings (allocate_treasury_paper, verify_outcome) which have different purposes. However, the term 'outcome receipts' is not defined, causing slight ambiguity.
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 gives no explicit guidance on when to use this tool versus siblings, nor does it mention when not to use it. Usage context is only implied; no alternatives or exclusions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_outcomeOutcome VerifierARead-onlyIdempotentInspect
Check whether a supplied agent-outcome-receipt/0.1 met recorded delivery, spend, and quality requirements.
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. Description adds that it checks delivery, spend, and quality requirements, which is consistent but not additional behavioral context. No contradictions.
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?
Single sentence, no unnecessary words. Directly conveys the purpose.
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?
With one parameter (nested object, no output schema), the description covers the high-level purpose but lacks details on input format and expected output. Annotations help but the description could elaborate on what constitutes success/failure.
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 coverage is 0%. The parameter 'receipt' is an object with no inner documentation. Description mentions 'supplied agent-outcome-receipt/0.1' which hints at the format but does not explain required fields or structure. Insufficient compensation for low schema coverage.
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?
Description clearly states verb 'Check whether' and specific resource 'agent-outcome-receipt/0.1'. Differentiates from unrelated siblings allocate_treasury_paper and compare_providers.
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 explicit when-to-use or alternatives provided. The description implies a verification use case but lacks guidance on when to choose this tool over others. Siblings are different enough that confusion is unlikely, but still no usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!