Skip to main content
Glama

Agent Advanced Tool

agent_advanced

Manage agent configuration history, rollback changes, monitor runtime state, synchronize skills and tools, and submit feedback for FleetQ agents.

Instructions

Advanced agent operations. Actions: config_history (agent_id), rollback (agent_id, version), runtime_state (agent_id), skill_sync (agent_id, skill_ids), tool_sync (agent_id, tool_ids), feedback_submit (agent_id, rating, comment), feedback_list (agent_id), feedback_stats (agent_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: config_history, rollback, runtime_state, skill_sync, tool_sync, feedback_submit, feedback_list, feedback_stats
agent_idYesThe agent UUID
limitNoMax revisions to return (default 20, max 50)
revision_idYesThe revision UUID to roll back to (restores the before_config of that revision)
skill_idsYesArray of skill UUIDs to attach/detach/sync
modeNoOperation mode: sync (replace all), attach (add), detach (remove). Default: sync
tool_idsYesArray of tool UUIDs to attach/detach/sync
execution_idYesThe AgentExecution UUID to rate
scoreYes1 = positive, -1 = negative, 0 = neutral
commentNoOptional comment explaining the rating
correctionNoOptional correct output (for negative feedback)
labelNoOptional failure category label
daysNoLookback period in days (default 30)
Behavior2/5

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

No annotations provided, so description carries full burden. It fails to disclose that required parameters vary by action (the schema incorrectly marks all as required), doesn't explain side effects (e.g., rollback destroys current state), and omits safety/permission context. The parameter groupings hint at conditional requirements but don't explicitly clarify the polymorphic behavior.

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?

Single dense sentence listing all actions and parameters is difficult to parse. Not front-loaded—opens with vague 'Advanced agent operations' instead of stating the multi-action pattern upfront. Poor readability for a tool with 8 distinct operation modes.

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?

Inadequate for a complex polymorphic tool with 13 parameters and 8 distinct actions. No output schema is present, yet description doesn't explain return values or the router-like behavior. Critical gaps around conditional parameter requirements and action-specific behaviors leave significant ambiguity.

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 has 100% coverage (baseline 3), but description contains terminology mismatches that create confusion: 'version' is used instead of 'revision_id', and 'rating' instead of 'score'. While it maps actions to primary parameters, it doesn't explain the conditional requirement structure critical for using this multi-action tool correctly.

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?

'Advanced agent operations' is vague and tautological to the tool name. While it lists available actions, it fails to distinguish this tool from the 'agent_manage' sibling or explain what makes these operations 'advanced' versus basic management.

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?

Provides no guidance on when to use this tool versus 'agent_manage' or other siblings. No prerequisites, no warnings about destructive operations like 'rollback', and no explanation of when to use each specific action within the tool.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/escapeboy/agent-fleet-o'

If you have feedback or need assistance with the MCP directory API, please join our Discord server