set_organization
Set the organization for all subsequent API calls in SingleStore MCP Server. Use this after logging in to select the target organization by ID or name, ensuring all API requests align with the chosen organization.
Instructions
Select which SingleStore organization to use for all subsequent API calls.
This tool must be called after logging in and before making other API requests.
Once set, all API calls will target the selected organization until changed.
Args:
orgID: Name or ID of the organization to select
Returns:
Dictionary with the selected organization ID and name
Usage:
- Call get_organizations first to see available options
- Then call this tool with either the organization's name or ID
- All subsequent API calls will use the selected organizationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| orgID | Yes |