Skip to main content
Glama

MCP-Typebot

by osdeibi

createBot

Generate a new Typebot chatbot by specifying a name and optional description. Ideal for quickly setting up chatbot workflows using the MCP-Typebot server’s JSON interface.

Instructions

Crea un nuevo Typebot. Requiere “name”, opcional “description”

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
workspaceIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "name": { "minLength": 1, "type": "string" }, "workspaceId": { "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from MCP-Typebot

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/osdeibi/MCP-typebot'

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