Get current organization (auth check)
kanbanzone_get_meVerify your API key by retrieving the connected organization name. Use this to confirm authentication is working.
Instructions
Verify the configured API key works and return the organization name. Use this first when troubleshooting setup — if it returns the org name, auth is working.
Returns: { success: true, name: }
Examples:
"Is my Kanban Zone connection working?"
"Which organization am I connected to?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |