get_advice
ActiveTool of advice
declared in 0.1.0
Get a specific advice slip by its numeric ID (e.g., "42"). Returns the full advice text.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 42
},
{
"id": 117
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "The numeric ID of the advice slip to retrieve."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
advice
https://github.com/pipeworx-io/mcp-advice
2/7 registries