system_manage
Administer and monitor FleetQ MCP server systems by managing KPIs, health checks, security policies, audit logs, cache, and global settings.
Instructions
System administration and monitoring. Actions: dashboard_kpis, health, version_check, audit_log, global_settings, blacklist, security_policy, cache_stats, cache_purge, compute, runpod, browser_relay (relay browser actions to local bridge agent).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: dashboard_kpis, health, version_check, audit_log, global_settings, blacklist, security_policy, cache_stats, cache_purge, compute, runpod, browser_relay | |
| force | No | Bypass the cache and fetch the latest version from GitHub immediately. | |
| subject_type | No | Filter by subject type (e.g. experiment, agent, approval) | |
| ocsf_class_uid | No | Filter by OCSF class UID (e.g. 3002 = API Activity, 3001 = Account Change, 3006 = Financial Activity, 1001 = Process Activity, 4002 = HTTP Activity) | |
| limit | No | Max results to return (default 20, max 100) | |
| settings | Yes | Key-value pairs to update. Allowed keys: assistant_llm_provider, assistant_llm_model, default_llm_provider, default_llm_model, budget_cap_credits, rate_limit_rpm, outbound_rate_limit, experiment_timeout_seconds, weekly_digest_enabled, audit_retention_days | |
| operation | Yes | list: get all blacklist entries | add: add a new entry | remove: remove an entry by id | |
| type | No | Required for add. Type of entry to block. | |
| value | No | Required for add/remove. The value to block (e.g. "spam@example.com") or the entry UUID to remove. | |
| reason | No | Optional reason for add operations. Stored for audit purposes. | |
| policy | No | Required for update. Policy fields to set. | |
| provider | No | Filter by provider (e.g. "anthropic"). Omit to purge all. | |
| model | No | Filter by model (e.g. "claude-sonnet-4-5-20250929"). Omit to purge all. | |
| expired_only | No | When true, only purge entries past their expiry date. | |
| api_key | No | API key for credential_save | |
| endpoint_id | No | Provider endpoint/model identifier (required for health_check and run) | |
| input | No | Input payload for run | |
| use_sync | No | Use synchronous mode for run (default: true) | |
| timeout_seconds | No | Max wait time in seconds for run (default: 90) | |
| job_id | No | Job ID returned by endpoint_run async mode (required for endpoint_status) | |
| pod_id | No | Pod ID for pod_status or pod_stop | |
| pod_config | No | Pod configuration for pod_create (imageName, gpuTypeIds, gpuCount, env, etc.) | |
| tool | No | BrowserMCP tool name (required for call_tool) | |
| params | No | Tool parameters for BrowserMCP (optional for call_tool) |