Skip to main content
After authentication, an MCP client discovers the Bloom tools available to the connected account through tools/list. That runtime response contains each tool’s current description and input schema and is the exact source of truth. The tools below are generally available. Additional capabilities can appear during a rollout, so this page is a capability map; it is not a complete inventory for every account.

Brands

For new Brands, use sources to combine website, Instagram, and file evidence and optionally provide instructions. A plain url also builds a Brand Skill, but is retained for integrations that submit one website or Instagram profile. Adding logo_url switches that request to the older explicit-logo onboarding workflow. Brand onboarding is asynchronous. A successful bloom_onboard_brand call does not mean the Brand is ready; use bloom_get_brand with the returned ID until its status becomes ready, logo_required, or failed.

Image creation and retrieval

Generation and transformation tools return new image IDs before the work finishes. Retrieve the returned IDs and check for completed or failed status before presenting a result.

References and uploads

Search results are candidates, not automatic user approval. Show them when the user has asked to choose; select them directly only when the user has delegated that choice.

Workspaces, credits, and account

Brand and image results include workspace identity where it is needed for disambiguation. Creation tools default to the personal workspace only when their live schema says the workspace argument is optional.

Read the live schemas

Tool names alone are not sufficient to construct a request. Before calling a tool, read its current:
  • description and workflow guidance;
  • required and optional input fields;
  • output schema;
  • read-only, destructive, and idempotency annotations; and
  • MCP Apps metadata, when present.
Do not assume a tool exists because it appears in a previous conversation or cached copy of this page. Refresh tools/list after reconnecting or when Bloom reports that the available capabilities changed. Continue with the MCP quickstart, Generate images, or MCP troubleshooting.