This Folderr MCP server, developed by santiq, provides a bridge to interact with Folderr's API, specifically for managing and communicating with Folderr Assistants. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for authentication, listing assistants, and sending questions to specific assistants. The server implements error handling and configuration management, storing settings in a config.json file. By abstracting the complexities of the Folderr API, it enables AI systems to easily interact with Folderr's assistant ecosystem. This implementation is particularly valuable for applications requiring programmatic access to Folderr Assistants, facilitating use cases such as automated task delegation, multi-assistant orchestration, and AI-enhanced workflow management.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Login with Email/Password. Parameters: email (string), password (string)
Authenticate using an API token. Parameters: token (string)
Returns a list of all available assistants for the authenticated user. Parameters: none
Send a question to a specific assistant and receive their response. Parameters: assistant_id (string), question (string)