Bloomy MCP

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

ID: lygx2hy94k