Docsbot ai

Docsbot ai

DocsBot AI enables the creation of custom chatbots trained on your documentation, facilitating automated customer support and content generation.

3VIEWS
2624USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app docsbot_ainpx @composio/cli add cursor --app docsbot_ainpx @composio/cli add cursor --app docsbot_ainpx @composio/cli add cursor --app docsbot_ai

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Bot

Tool to create a new bot within a team. use when you have a valid team id and want to provision a new bot.

Delete Bot

Tool to delete a specific bot by its id. use after confirming the bot id is correct to permanently remove a bot from the system.

Get Bot Details

Tool to fetch details of a specific bot by id within a team. use after confirming valid team and bot ids.

Get Team Details

Tool to fetch details of a specific team by its id. use when you need full team info including members and settings after confirming the team id.

List Team Bots

Tool to list all bots for a given team. use after confirming the team id to retrieve all associated bots for that team.

List Questions

Tool to list all questions asked of a specific bot. use after confirming the bot's identifier. example: "list questions for bot abc123 with status 'unanswered'."

List Bot Sources

Tool to list all sources for a specific bot. use when you need to retrieve paginated source lists after confirming the bot's identifier.

List Teams

Tool to list all teams. use when you need to retrieve every team associated with the authenticated user.

Update Bot

Tool to update specific fields for a bot (e.g., name, description, settings). use after confirming valid team and bot ids.

Update Team

Tool to update specific fields for a team. use after confirming the team id when you need to change the team's name, description, or avatar url. returns the updated team record.

Upload File To Cloud Storage

Tool to upload a file to cloud storage via a presigned url. use after generating a presigned url for file upload.

11 actions available