Skip to main content
Glama

asfo

Server Details

Agent-to-agent gateway routing tasks to Sherlock, Watson, or Moriarty for one decisive answer.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

1 tool
asfo_dispatchasfo dispatchAInspect

Send a task to asfo, an agent-to-agent gateway. asfo routes the task to one of three specialist personas (Sherlock: general decisive research/recommendation; Watson: budget execution and allocation, currently simulated; Moriarty: monetization/opportunity advice) and returns one confident, non-hedged answer. Every call is metered in USDC credit against the supplied asfo api_key. Get an api_key and top up credit at https://asfo-ten.vercel.app.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesThe task or question for asfo to resolve, in plain language. asfo's router picks the right specialist.
api_keyYesYour asfo API key, used to meter and authorize this call.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and delivers useful behavioral details: tasks are routed to one of three personas, Watson is 'currently simulated', calls are metered in USDC credit, and a single confident answer is returned. It stops short of covering failure modes or error behavior, but the disclosed traits are meaningful.

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?

Two dense sentences with no filler. The primary action and resource are front-loaded, followed by personas, output expectations, metering, and key acquisition. Every sentence adds necessary information.

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

Completeness4/5

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

For a simple two-parameter tool with no output schema and no annotations, the description covers the main contract: input, routing, output style, and cost metering. It lacks explicit error-handling or response-shape details, but these are minor given the tool's low complexity.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining that 'task' is plain language handled by a router and that 'api_key' authorizes and meters the call, plus providing a top-up URL. This enriches both parameters.

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 a specific verb-resource pair ('Send a task to asfo') and clearly explains the routing behavior across three named personas. It also states the output format ('one confident, non-hedged answer'), making the tool's unique purpose unmistakable even without sibling tools.

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 context for what kinds of tasks are appropriate by naming the three specialist personas and their domains. It does not explicitly state when not to use the tool, but since no sibling tools exist, the contextual guidance is sufficient.

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. 1 tool update
    • First observedasfo_dispatch

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

There is only one tool, so there is no possibility of confusing it with another tool. Its purpose of dispatching a task to the gateway is clearly stated and distinct by default.

Naming Consistency5/5

The single tool name 'asfo_dispatch' uses a consistent prefix_verb convention. With only one tool, there are no conflicting naming patterns to create inconsistency.

Tool Count3/5

The server exposes exactly one tool, which feels thin for an agent-to-agent gateway with three personas. However, the single dispatch tool is not bloat and could be a valid focused interface, so it earns a borderline score.

Completeness4/5

The core capability of sending a task and receiving an answer is fully covered. Minor gaps exist such as explicit persona selection, credit-balance checking, or history/status, but these are not essential to the primary dispatch workflow.

Resources