flywheel-evaluate-extended
don't overwhelm core evidence.
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.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.damp_countinteger — DAMP antibody count.diamond_skillsinteger — Diamond-level skills count.enforcement_rationumber — Skill enforcement ratio (0.0-1.0).files_modifiedinteger — Files modified in current session.guardian_iterationsinteger — Guardian iteration count.pamp_countinteger — PAMP antibody count.sensor_countinteger — Registered Guardian sensors.sessions_last_24hinteger — Sessions in last 24 hours.signals_detectedinteger — Signals detected in last homeostasis tick.skill_countinteger — Total skills count.tool_callsinteger — Tool calls in current session.total_sessionsinteger — Total sessions in brain.db.trust_scorenumber — Global trust score (0.0-1.0).trust_violationsinteger — Trust violations detected.verified_operationsinteger — Number of verified operations.
Example call
POST /api/mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "station__flywheel__flywheel-evaluate-extended",
"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-extended/raw.md — this page's Markdown twin