Skip to main content
Glama

Folderr

Official
by folderr-tech

ask_assistant

Query a specific assistant on Folderr's MCP server to get answers by providing the assistant ID and your question.

Instructions

Ask a question to a specific assistant

Input Schema

NameRequiredDescriptionDefault
assistant_idYesID of the assistant to ask
questionYesQuestion to ask the assistant

Input Schema (JSON Schema)

{ "properties": { "assistant_id": { "description": "ID of the assistant to ask", "type": "string" }, "question": { "description": "Question to ask the assistant", "type": "string" } }, "required": [ "assistant_id", "question" ], "type": "object" }
Install Server

Other Tools from Folderr

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/folderr-tech/folderr-mcp-server'

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