Skip to main content
Glama

Virtuals Field Agent fleet setup (admin)

manage_virtuals_field_agent_fleet

Owner/admin only. Manages one-time Virtuals auth and the complete five-offering AlpineLead Field Agent fleet. Never funds jobs or exposes signer/token secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOne of: status, start_auth, complete_auth, sync.status
request_idNoVirtuals one-time OAuth request_id. Required only for complete_auth.
deploy_after_syncNoAfter a successful full fleet sync, let Launch Agent enable the ACP worker and trigger Railway deployment.
confirm_external_writesNoMust be true for sync. Creating/updating Virtuals offerings is an external write; it never moves money.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior3/5

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

The description clarifies that it never funds jobs or exposes secrets, which is useful, but it does not explicitly state that a sync performs external writes or can trigger deployment. Those behavioral details are only present in parameter descriptions, leaving some ambiguity given readOnlyHint=false.

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?

The description is two tight sentences with no filler. Each clause adds useful information: admin restriction, managed scope, and explicit negative side-effect guarantees.

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?

Given the output schema and detailed parameter descriptions, the description is sufficient for an agent to understand the tool's role and constraints. It could be more explicit about sync's external-write/deployment side effects, but those are covered in the parameter schema and the tool's sibling context.

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?

All four parameters have descriptions, and each adds meaningful conditional semantics: request_id is required only for complete_auth, confirm_external_writes must be true for sync, and deploy_after_sync triggers Launch Agent/Railway deployment. This goes beyond basic type information and helps an agent invoke the tool correctly.

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 admin-only scope and identifies the managed resource: one-time Virtuals auth and the full five-offering AlpineLead Field Agent fleet. It also disambiguates from funding/secret-exposing tools, though the verb 'manages' is broader than a more explicit action like 'configure' or 'sync'.

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 provides clear context by restricting usage to owner/admin and explicitly excludes funding jobs and exposing signer/token secrets, which helps an agent avoid inappropriate sibling tools. It does not enumerate full when-to-use workflows, but the action parameter values and schema descriptions cover the main entry points.

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.

Resources