Skip to main content
Glama

Fatebook MCP Server

create_question

Generate and manage predictive questions on Fatebook by defining titles, resolution dates, forecasts, tags, and sharing settings for collaborative forecasting and decision-making.

Instructions

Create a new Fatebook question

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
forecastYes
hideForecastsUntilNo
resolveByYes
sharePubliclyNo
shareWithEmailNo
shareWithListsNo
tagsNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "default": "", "title": "Apikey", "type": "string" }, "forecast": { "title": "Forecast", "type": "number" }, "hideForecastsUntil": { "default": "", "title": "Hideforecastsuntil", "type": "string" }, "resolveBy": { "title": "Resolveby", "type": "string" }, "sharePublicly": { "default": false, "title": "Sharepublicly", "type": "boolean" }, "shareWithEmail": { "default": [], "items": { "type": "string" }, "title": "Sharewithemail", "type": "array" }, "shareWithLists": { "default": [], "items": { "type": "string" }, "title": "Sharewithlists", "type": "array" }, "tags": { "default": [], "items": { "type": "string" }, "title": "Tags", "type": "array" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "resolveBy", "forecast" ], "title": "create_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