Skip to main content
Glama

MCP-Typebot

by osdeibi

listResults

Retrieve and manage chatbot interaction results from MCP-Typebot by specifying bot ID, time filters, and result limits to organize and analyze user engagement data effectively.

Instructions

Lista resultados de un Typebot

Input Schema

NameRequiredDescriptionDefault
botIdYes
cursorNo
limitNo
timeFilterNo
timeZoneNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "botId": { "minLength": 1, "type": "string" }, "cursor": { "type": "string" }, "limit": { "maximum": 100, "minimum": 1, "type": "integer" }, "timeFilter": { "type": "string" }, "timeZone": { "type": "string" } }, "required": [ "botId" ], "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