litellm_write
Create or update LiteLLM resources (keys, teams, users, models, etc.) non-destructively via the LiteLLM MCP server. Pass an operation name and JSON parameters to manage proxy settings.
Instructions
Create or update LiteLLM resources (non-destructive): keys, teams, users, orgs, customers, budgets, models, credentials, tags, guardrails, fallbacks, MCP servers/toolsets, access groups.
Call with operation="help" to list all available write operations. Otherwise pass the operation name and a JSON object with parameters.
Example: litellm_write(operation="GenerateKey", params={"team_id": "..."})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |