8 tools registered. Strongest in shared experience, weakest in trust.
{
"name": "inspect_ark",
"description": "Inspect the live Living Ark at its current canonical revision. Returns global stability, critical systems, resources, and exact crisis counts. This tool is read-only.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true
}
}author_thermal_capability: 1 parameter has no description (definition); simulate_thermal_capability: 1 parameter has no description (candidateId); validate_thermal_capability: 1 parameter has no descr{
name: "author_thermal_capability",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "author_thermal_capability" /* short, unique, verb-based */ }simulate_thermal_capability, validate_thermal_capability{
name: "simulate_thermal_capability",
// Declare readOnlyHint: true on tools that truly have no side effects -
// that is the claim that lets an agent relax confirmation on reads.
// (false is the default, so declaring it adds no information.)
annotations: { readOnlyHint: true }
}{}{}{
"definition": {
"name": "example_capability",
"description": "This is an example thermal capability for demonstration purposes.",
"parameters": [
{
"name": "targetTemperature",
"description": "The desired temperature for the thermal operation.",
"type": "number",
"minimum": 0,
"maximum": 100,
"default": 50
}
],
"program": "function example_capability(targetTemperature) { return targetTemperature * 2; }"
}
}