Skip to main content
Glama

chatbot_manage

Manage chatbot instances by creating, updating, deleting, monitoring sessions, generating tokens, and analyzing performance within the FleetQ platform.

Instructions

Manage chatbot instances. Actions: list, get (chatbot_id), create (name, agent_id, config), update (chatbot_id + fields), delete (chatbot_id), toggle_status (chatbot_id), token_create (chatbot_id), token_revoke (chatbot_id, token_id), session_list (chatbot_id), analytics (chatbot_id), learning_entries (chatbot_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: list, get, create, update, delete, toggle_status, token_create, token_revoke, session_list, analytics, learning_entries
statusNoFilter by status: active, inactive, draft, suspended
limitNoMax results (default 20, max 100)
idYesChatbot UUID or slug
nameYesChatbot display name
typeYesChatbot type
system_promptYesSystem prompt for the backing agent
providerNoLLM provider (default: anthropic)anthropic
modelNoLLM model (default: claude-haiku-4-5)
descriptionNoOptional description
welcome_messageNoWelcome message shown on first open
confidence_thresholdNoConfidence threshold for escalation (0.0-1.0, default 0.7)
human_escalation_enabledNoEnable human escalation for low-confidence responses
workflow_idNoOptional workflow UUID to delegate message processing
approval_timeout_hoursNoHours before escalated approval expires (default 48)
fallback_messageNoFallback message for escalated responses
widget_configNoWidget config: {position, theme_color, title}
chatbot_idYesThe chatbot UUID
rotate_existingNoIf true, existing active tokens get a 48-hour expiry grace period before being invalidated. Default: false
token_idYesThe chatbot token UUID (returned by chatbot_token_create)
channelNoFilter by channel: web_widget, api, telegram, slack
daysNoNumber of days to look back (default 30, max 90)

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