Skip to main content
Glama

fizzy_account

Manage API account sessions by getting, setting, or listing available accounts to simplify authentication across Fizzy tools.

Instructions

Get, set, or list accounts for API calls.

Manages the session default so you don't need to pass account_slug on every tool call.

When to use:

  • List available accounts to see what you have access to

  • Set working account after discovering accounts

  • Check current default before operations

Don't use when: Operating across multiple accounts simultaneously — pass account_slug explicitly instead.

Arguments:

  • action (required): "get" to check current default, "set" to change it, "list" to see available accounts

  • account_slug (required for set): Account slug (e.g., "897362094")

Returns:

  • get: { "action": "get", "account_slug": "897362094" } or null if not set

  • set: { "action": "set", "account_slug": "897362094" }

  • list: { "action": "list", "accounts": [{ "slug": "...", "name": "...", "id": "..." }] }

Related: Most tools auto-resolve account via FIZZY_ACCOUNT env var or single-account auto-detection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction: get | set | list. Use 'get' to check current, 'set' to change, 'list' to see available.
account_slugNoAccount slug (required for set action).

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davegomez/fizzy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server