get_question
Retrieve detailed information for a specific question on Fatebook, including its structured data, to analyze and manage predictions effectively.
Instructions
Get detailed information about a specific Fatebook question
Returns a structured Question object with all available fields.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | No | ||
questionId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"apiKey": {
"default": "",
"title": "Apikey",
"type": "string"
},
"questionId": {
"title": "Questionid",
"type": "string"
}
},
"required": [
"questionId"
],
"title": "get_questionArguments",
"type": "object"
}