Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FATEBOOK_API_KEY | Yes | Your Fatebook API key (required for accessing the Fatebook API) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |