Skip to main content
Glama

Buu AI MCP Server

subthread_get

Retrieve a team's subthread using its unique ID to access specific conversation details within the Buu AI MCP Server.

Instructions

[PRIVATE] Get team's subthread by ID.

Input Schema

NameRequiredDescriptionDefault
subthreadIdYesID of the subthread to fetch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "subthreadId": { "description": "ID of the subthread to fetch", "type": "string" } }, "required": [ "subthreadId" ], "type": "object" }

You must be authenticated.

Other Tools from Buu AI MCP Server

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/Buu-AI/buu-mcp-server'

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