Skip to main content
Glama

Bloomy MCP

by franccesco

execute_query

Run GraphQL queries or mutations with variables on the Bloomy MCP server to interact with Bloom Growth's API, returning operation results or error messages.

Instructions

Execute a GraphQL query or mutation with variables.

Parses and executes the provided GraphQL operation string with optional variables. Args: query: Raw GraphQL query or mutation string variables: Optional dictionary of variables to use in the operation Returns: Dictionary containing the operation results or an error message string Raises: Exception: Handled internally, returns error message as string

Input Schema

NameRequiredDescriptionDefault
queryYes
variablesNo

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "variables": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Variables" } }, "required": [ "query" ], "title": "execute_queryArguments", "type": "object" }

You must be authenticated.

Other Tools from Bloomy MCP

Related Tools

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/franccesco/bloomy-mcp'

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