Skip to main content
Glama

Fatebook MCP Server

list_questions

Retrieve and filter prediction questions from Fatebook. Customize results with options like resolved status, search terms, and detailed fields to analyze forecasts and comments.

Instructions

List Fatebook questions with optional filtering

Returns a list of Question objects. By default returns core fields only. Set detailed=True to include all available fields (forecasts, comments, etc.).

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
cursorNo
detailedNo
limitNo
resolvedNo
searchStringNo
unresolvedNo

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "default": "", "title": "Apikey", "type": "string" }, "cursor": { "default": "", "title": "Cursor", "type": "string" }, "detailed": { "default": false, "title": "Detailed", "type": "boolean" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "resolved": { "default": false, "title": "Resolved", "type": "boolean" }, "searchString": { "default": "", "title": "Searchstring", "type": "string" }, "unresolved": { "default": false, "title": "Unresolved", "type": "boolean" } }, "title": "list_questionsArguments", "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