Get Advice
get_adviceGet a specific advice slip by its numeric ID (e.g., "42"). Returns the full advice text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric ID of the advice slip to retrieve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric ID of the advice slip | |
| hint | No | How to get a valid id, when found is false | |
| found | Yes | False when no slip has that id | |
| advice | No | The advice text (present when found) | |
| reason | No | Why nothing was returned, when found is false |