Skip to main content
Glama

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)

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