Skip to main content
Glama

Server Details

Plan agent workload routes from evaluation and cost data. $1 USDC per plan; modeled savings only.

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
Repository
jdhart81/viridis-agent-fleet
GitHub Stars
0
Server Listing
viridis-agent-fleet

TDQS

C2.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly separated purposes: describe_agent offers a free discovery/quote while plan_workload produces a paid routing plan. Their descriptions explicitly differentiate cost and execution scope, so an agent is unlikely to select the wrong one.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (describe_agent, plan_workload), making the action and object immediately clear and predictable.

Tool Count3/5

With only two tools, the surface is thin and feels borderline for a service that may need additional management operations, but it is not unreasonable for a narrowly scoped router.

Completeness4/5

The flow from free quote to paid plan is covered, and the service explicitly disclaims execution, so the main gap is a lack of operations to manage or retrieve past plans; still, agents can work around this.

Available Tools

2 tools
describe_agentDInspect

Free scope and price discovery.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

D1.9/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Free scope and price discovery' and does not indicate whether the operation is read-only, what side effects exist, what authentication is required, or how results are returned. This is effectively no behavioral information.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is extremely short, but it is cryptic rather than efficient. 'Free scope and price discovery' lacks a clear subject and action, and the word 'Free' is ambiguous. It is under-specified, not concise-and-clear.

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

Completeness2/5

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

An output schema exists, so the description need not explain return values. However, with no annotations and no parameters, the description still needs to convey what the tool actually does. It does not mention the agent or describe any behavior, leaving the tool's purpose largely unexplained.

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 tool has zero parameters, so the description does not need to explain parameter meanings. Per the rubric, zero parameters yields a baseline of 4; there is no parameter-related gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Free scope and price discovery' does not state a clear verb or resource. It never says what is being described (an agent) or that this tool returns agent scope and pricing, so an agent must infer purpose from the tool name alone. It fails to distinguish itself from the sibling plan_workload.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus plan_workload or any alternative. It does not describe prerequisites, context, or exclusions. The word 'Free' hints at cost but provides no usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

plan_workloadBInspect

$1 workload routing plan from declared costs and representative evaluation counts.

Up to 20 profiles and 50 task groups. Inspect the public service schema and a free unpaid quote first. Does not execute tasks or establish actual savings.

ParametersJSON Schema
NameRequiredDescriptionDefault
tasksYes
profilesYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses that the tool does not execute tasks or establish actual savings, which is a key limitation. It also states the input limits. However, it does not clarify whether the tool is read-only or has side effects, or whether it requires external data access beyond inspecting a schema. The transparency is partial but not comprehensive.

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 at three sentences and front-loads the primary purpose. It includes essential constraints and a prerequisite without fluff. It could be slightly clearer on the parameters, but overall it is well-structured and efficient.

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?

Given the tool has two complex array parameters with no schema documentation and an output schema (not shown), the description provides enough context to understand the tool's high-level function and constraints. However, it lacks detail on the expected structure of the objects in the profiles and tasks arrays, which is critical for an agent to construct valid input. The output schema may fill that gap, but the description alone is not fully sufficient for a correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

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 lack of parameter documentation. It hints that 'declared costs' relate to profiles and 'representative evaluation counts' relate to tasks, but it never explicitly maps these to the 'profiles' and 'tasks' parameters. It provides limits (20 profiles, 50 task groups) but not the structure or required fields of the objects inside the arrays. The description adds minimal value over the raw schema, which is just two untyped arrays.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool produces a workload routing plan based on declared costs and evaluation counts. It also specifies limits (20 profiles, 50 task groups), which clarifies scope. However, the phrasing '$1 workload routing plan' is slightly ambiguous and doesn't explicitly state a verb like 'creates' or 'generates', but the intent is clear enough. It distinguishes from the sibling tool (describe_agent) by describing a planning function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions a prerequisite ('Inspect the public service schema and a free unpaid quote first') and what the tool does not do ('Does not execute tasks or establish actual savings'). This gives some guidance on when to use it (e.g., before executing tasks) but does not explicitly name alternatives or state 'use this when' conditions. The sibling tool is not referenced, so usage guidance is implied rather than explicit.

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.

  1. 2 tool updates
    • First observeddescribe_agent
    • First observedplan_workload

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides cost intelligence and a reputation scoring system to help AI agents optimize spending through smart model selection and local-to-cloud routing. It enables real-time cost tracking and rewards agents for making efficient, high-credibility decisions across various LLM providers.
    Apache 2.0
  • F
    license
    Not graded
    quality
    A
    maintenance
    Intelligently routes AI tool calls (search, extract, browse) to the cheapest capable provider by default with automatic failover and audit receipts, enabling cost-effective agent workflows.
    2
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.