Skip to main content
Glama

agent_manage

Manage AI agents in FleetQ by creating, updating, deleting, and monitoring their status, roles, and configurations for automated workflows.

Instructions

Manage AI agents. Actions: list (filter by status, limit), get (agent_id), create (name, role, goal, provider, model), update (agent_id + fields), delete (agent_id, confirm=true), toggle_status (agent_id), templates (list agent templates).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: list, get, create, update, delete, toggle_status, templates
statusNoFilter by status: active, disabled
limitNoMax results to return (default 10, max 100)
agent_idYesThe agent UUID
nameYesAgent name
roleNoAgent role description
goalNoAgent goal
backstoryNoAgent backstory
providerNoLLM provider: anthropic, openai, google (default: anthropic)anthropic
modelNoLLM model name (default: claude-sonnet-4-5)
personalityNoAgent personality traits: {tone, communication_style, traits[], behavioral_rules[], response_format_preference}
data_classificationNoData classification level: public, internal, confidential, restricted. Confidential and restricted agents are routed to local-only providers.
sandbox_profileNoJSON string defining Docker sandbox profile for per-execution process isolation (enterprise only). Example: {"image":"python:3.12-alpine","memory":"512m","cpus":"1.0","network":"none","timeout":300}
budget_cap_creditsNoPer-agent budget cap in credits. Set to 0 to remove cap.
confirmYesMust be true to confirm deletion. This is a destructive action.
categoryNoFilter by category: engineering, content, business, design, research

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