Skip to main content
Glama

Fatebook MCP Server

edit_question

Modify details of a prediction question on Fatebook. Update fields like title, resolve-by date, and notes to keep forecasts accurate and organized. Requires a valid question ID.

Instructions

Edit a Fatebook question

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
notesNo
questionIdYes
resolveByNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "default": "", "title": "Apikey", "type": "string" }, "notes": { "default": "", "title": "Notes", "type": "string" }, "questionId": { "title": "Questionid", "type": "string" }, "resolveBy": { "default": "", "title": "Resolveby", "type": "string" }, "title": { "default": "", "title": "Title", "type": "string" } }, "required": [ "questionId" ], "title": "edit_questionArguments", "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