clinicforagents.com
Connect Claude, Codex, or OpenClaw. Find what is slowing down your AI helper, get a plan, and retest.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 4 · Act 7 · Transact 0 · Score: Not yet scored
Tool inspector
run_free_basic_checkup
Run a free, bounded self-check from six structured signals already observed by the calling agent. It contacts nobody, spends nothing, uses no credentials or private data, and writes the deterministically scored report into the visible local record.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
platform |
string | yes | — |
observationWindowRuns |
integer | yes | — |
signals |
object | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"platform": {
"type": "string",
"enum": [
"claude",
"codex",
"openclaw",
"other"
]
},
"observationWindowRuns": {
"type": "integer",
"minimum": 1,
"maximum": 20
},
"signals": {
"type": "object",
"properties": {
"goal_drift": {
"type": "integer",
"minimum": 0,
"maximum": 4,
"description": "How often does the agent lose the original goal? Use 0 for not seen and 4 for persistent."
},
"tool_loops": {
"type": "integer",
"minimum": 0,
"maximum": 4,
"description": "How often does it repeat a tool call without gaining evidence? Use 0 for not seen and 4 for persistent."
},
"verification": {
"type": "integer",
"minimum": 0,
"maximum": 4,
"description": "How often does it finish without checking the result? Use 0 for not seen and 4 for persistent."
},
"answer_flips": {
"type": "integer",
"minimum": 0,
"maximum": 4,
"description": "How easily does it reverse a supported answer after pushback? Use 0 for not seen and 4 for persistent."
},
"context_loss": {
"type": "integer",
"minimum": 0,
"maximum": 4,
"description": "How often does it forget constraints already provided? Use 0 for not seen and 4 for persistent."
},
"early_exit": {
"type": "integer",
"minimum": 0,
"maximum": 4,
"description": "How often does it stop while safe, in-scope work remains? Use 0 for not seen and 4 for persistent."
}
},
"required": [
"goal_drift",
"tool_loops",
"verification",
"answer_flips",
"context_loss",
"early_exit"
],
"additionalProperties": false
}
},
"required": [
"platform",
"observationWindowRuns",
"signals"
],
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.