getBot
Retrieve a Typebot chatbot by its unique ID using the MCP-Typebot server for efficient bot management and integration.
Instructions
Recupera un Typebot por su ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
botId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"botId": {
"minLength": 1,
"type": "string"
}
},
"required": [
"botId"
],
"type": "object"
}