Execute a mathematical capability
capability.invokeExecute a chosen mathematical capability to explore results or verify claims, returning structured evidence and diagnostics.
Instructions
Execute one installed mathematical capability after inspecting its exact descriptor.
Call capability.describe first; do not guess payload fields or aliases. Use EXPLORE
for proposed, heuristic, or computed evidence and VERIFY only for an installed
checker-backed contract. After invocation, inspect execution, scope, completeness,
relationships, open obligations, assurance, diagnostics, and artifact URIs
independently. COMPLETED does not by itself establish a mathematical conclusion.
One invocation covers only its exact supplied input or claim. Repeating finite or
bounded instances does not widen that scope to an all-orders or all-parameters claim.
The default view="STANDARD" keeps the canonical result in MCP structured content
while bounding large model-visible output fields. Its mcp_projection reports exact
logical and model-visible byte counts, digests every omission, and points to the
durable full result episode. Use view="SUMMARY" only when output fields are not
needed, or view="FULL" when the complete result must also appear in text.
Synchronous SAT and SMT requests are capped at 150 seconds so structured TIMEOUT or
CANCELLED diagnostics can arrive before remote transport deadlines. Partition larger
searches; retrying a cancelled call starts a new computation.
Examples:
{"capability_id":"integer.compute.gcd","mode":"EXPLORE","payload":{"left":"84","right":"30"}}{"capability_id":"integer.compute.gcd","mode":"EXPLORE","view":"SUMMARY","payload":{"left":"84","right":"30"}}{"capability_id":"polynomial.identity.verify","mode":"VERIFY","payload":{"variables":["x"],"left":{"terms":[]},"right":{"terms":[]}}}
These demonstrate valid envelopes, not a required sequence or research strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | EXPLORE | |
| view | No | STANDARD | |
| payload | Yes | ||
| capability_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| scope | No | ||
| output | No | ||
| provider | No | ||
| assurance | Yes | ||
| execution | Yes | ||
| diagnostics | No | ||
| episode_uri | No | ||
| obligations | No | ||
| completeness | No | ||
| artifact_uris | No | ||
| capability_id | Yes | ||
| relationships | No | ||
| provider_digest | No | ||
| response_version | No | 2 | |
| capability_version | Yes |