Skip to main content
Glama

mcp-flowise

by matthewhand

create_prediction

Generate predictions by sending questions to specified chatflows or assistants using the Flowise API, enabling automated responses based on configured models and workflows.

Instructions

Create a prediction by sending a question to a specific chatflow or assistant. Args: chatflow_id (str, optional): The ID of the chatflow to use. Defaults to FLOWISE_CHATFLOW_ID. question (str): The question or prompt to send to the chatflow. Returns: str: The raw JSON response from Flowise API or an error message if something goes wrong.

Input Schema

NameRequiredDescriptionDefault
chatflow_idNo
questionYes

Input Schema (JSON Schema)

{ "properties": { "chatflow_id": { "default": null, "title": "Chatflow Id", "type": "string" }, "question": { "title": "Question", "type": "string" } }, "required": [ "question" ], "title": "create_predictionArguments", "type": "object" }
Install Server

Other Tools from mcp-flowise

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/matthewhand/mcp-flowise'

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