Skip to main content
Glama

MCP-Flowise

by andydukes

create_prediction

Generate predictions by sending questions or prompts to a specific chatflow or assistant using the MCP-Flowise server.

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

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