Skip to main content
Glama

Fatebook MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FATEBOOK_API_KEYYesYour Fatebook API key (required for accessing the Fatebook API)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_questions

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.).

get_question

Get detailed information about a specific Fatebook question

Returns a structured Question object with all available fields.

resolve_question

Resolve a Fatebook question with YES/NO/AMBIGUOUS resolution

create_question

Create a new Fatebook question

add_forecast

Add a forecast to a Fatebook question

add_comment

Add a comment to a Fatebook question

delete_question

Delete a Fatebook question

edit_question

Edit a Fatebook question

count_forecasts

Count forecasts for a specific user

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