annator / mcps /trigger /tools /switch_profile.json
techprotrade's picture
Add mcps directory (part 2)
cf3884b verified
Raw
History Blame Contribute Delete
553 Bytes
{
"name": "switch_profile",
"description": "Switch the active CLI profile for this MCP session. This changes which Trigger.dev account and API URL are used for all subsequent tool calls.",
"inputSchema": {
"type": "object",
"properties": {
"profile": {
"type": "string",
"description": "The profile name to switch to. Use list_profiles to see available profiles."
}
},
"required": [
"profile"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
}