Skip to main content
Glama

team_manage

Manage team configurations, members, and security settings in FleetQ. Configure local LLMs, API tokens, notifications, join requests, and encryption keys for team collaboration and control.

Instructions

Manage team settings and members. Actions: get, update, members, local_llm, byok_credential, custom_endpoint (plan-enforced), api_token, notification, join_request (manage team join requests), kms (manage KMS encryption keys).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: get, update, members, local_llm, byok_credential, custom_endpoint, api_token, notification, join_request, kms
nameNoNew team name
settingsNoTeam settings object (merged with existing settings)
providerNoProvider: ollama | openai_compatible (required for configure/remove/discover)
base_urlNoBase URL of the endpoint (e.g. http://localhost:11434)
api_keyNoOptional API key for authenticated endpoints
modelsNoComma-separated model IDs for openai_compatible endpoints
token_idNoToken ID to revoke (required for revoke action)
notification_idNoRequired for mark_read. The notification UUID to mark as read.
titleNoRequired for send. Notification title.
bodyNoRequired for send. Notification body text.
typeNoFor send. Notification type (e.g. agent_alert, budget_warning, info).
action_urlNoFor send. Optional URL the user can click to navigate.
user_idNoFor send. Target user ID. If omitted, notifies all team members.
preferencesNoFor update_preferences. Map of notification_type => array of channels (in_app, mail, push). E.g. {"experiment.stuck": ["in_app","mail","push"]}
request_idNoJoin request UUID (required for approve/deny)
credentialsNoProvider-specific credentials. Required for test and enable. AWS: {role_arn, key_arn, region}. GCP: {project_id, location, key_ring, key_id, service_account_json}. Azure: {tenant_id, client_id, client_secret, vault_url, key_name, key_version?}.
key_identifierNoThe key identifier (ARN for AWS, resource name for GCP, vault URL + key name for Azure). Required for enable.
forceNoForce removal even if KMS is unreachable. Only for remove action.

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