admin_manage
Manage team administration tasks including suspension, billing adjustments, security oversight, and user session control within FleetQ's MCP server.
Instructions
Super admin operations (requires admin role). Actions: team_suspend, team_billing, billing_credit, billing_refund, security_overview, user_revoke_sessions, user_send_password_reset. Note: feedback tools not available in cloud.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: team_suspend, team_billing, billing_credit, billing_refund, security_overview, user_revoke_sessions, user_send_password_reset | |
| team_id | Yes | UUID of the team to suspend or reactivate | |
| reason | No | Reason for suspension (required when suspending) | |
| amount_cents | Yes | Amount in cents (negative to add credit, e.g. -1000 = €10 credit) | |
| description | No | Description for the balance transaction | Admin credit |
| payment_intent_id | Yes | Stripe payment_intent ID to refund (e.g. pi_...) | |
| user_id | Yes | UUID of the user whose tokens to revoke |