Skip to main content
Glama

Fatebook MCP Server

add_comment

Enable AI assistants to attach comments to specific questions on Fatebook, enhancing context and collaboration for prediction tracking. Requires question ID and comment input.

Instructions

Add a comment to a Fatebook question

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
commentYes
questionIdYes

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "default": "", "title": "Apikey", "type": "string" }, "comment": { "title": "Comment", "type": "string" }, "questionId": { "title": "Questionid", "type": "string" } }, "required": [ "questionId", "comment" ], "title": "add_commentArguments", "type": "object" }

Other Tools from Fatebook 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/an1lam/fatebook-mcp'

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