flywheel-evaluate-live
with VDAG Reality Gradient. All fields optional — omit to use defaults (0).
Taxonomy
Linnaean classification joined from the algovigilance taxonomy index via the parent config's rank.
| Rank | Value |
|---|---|
| domain | Substrata |
| kingdom | Constructa |
| phylum | Configa |
| class | station-config |
| order | flywheel |
| family | mcp-tool-config |
Characteristics:
- substrate:
config - domain:
pv - lifecycle:
continuous - authority:
read - compounding:
producer - io:
agent-request→tool-response
Input schema
actions_takeninteger — Actions taken in last homeostasis tick.active_hooksinteger — Active hooks count.actuator_countinteger — Registered Guardian actuators (from guardian_status).antibody_countinteger — Total antibodies in the registry.automation_coveragenumber — Automation coverage ratio (0.0-1.0).commitsinteger — Commits in current session.critical_antibodiesinteger — Critical-severity antibodies.files_modifiedinteger — Files modified in current session.goal_descriptionstring — Goal description (default: "All loops healthy").guardian_iterationsinteger — Guardian iteration count.sensor_countinteger — Registered Guardian sensors (from guardian_status).sessions_last_24hinteger — Sessions in last 24 hours.signals_detectedinteger — Signals detected in last homeostasis tick.skill_countinteger — Total skills count.target_statestring — Target state: "thriving", "stressed", "critical", "failed" (default: "thriving").tool_callsinteger — Tool calls in current session.total_sessionsinteger — Total sessions in brain.db.
Example call
POST /api/mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "station__flywheel__flywheel-evaluate-live",
"arguments": {}
}
}How to invoke from a client
From any MCP-aware client, add https://algovigilance.com/api/mcp as an MCP server, then call this tool by name. From a raw HTTP client, send the JSON-RPC body above to /api/mcp.
Agent-friendly formats
Working inside an AI assistant? Use the Copy for AI button at the top of this page (or view the raw Markdown) to paste a clean, token-budgeted version of this tool's contract into your conversation.
Related
- All tools (3062 live)
- /api/mcp — endpoint
- /AGENTS.md — agent guide
- /tools/flywheel__flywheel-evaluate-live/raw.md — this page's Markdown twin