Skip to main content
Glama

Fatebook MCP Server

add_forecast

Submit a numerical forecast to a specific question on Fatebook to track predictions. Enables AI assistants and users to input and manage probability estimates for better decision-making.

Instructions

Add a forecast to a Fatebook question

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
forecastYes
optionIdNo
questionIdYes

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "default": "", "title": "Apikey", "type": "string" }, "forecast": { "title": "Forecast", "type": "number" }, "optionId": { "default": "", "title": "Optionid", "type": "string" }, "questionId": { "title": "Questionid", "type": "string" } }, "required": [ "questionId", "forecast" ], "title": "add_forecastArguments", "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