jacobian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| capability.describeA | Discover installed mathematical outcomes or inspect one exact capability contract. Use this first when a task may benefit from exact computation, structural analysis, transformation, bounded search, counterexample generation, formal-environment inspection, or independent checking. You do not need to know a capability ID. Discovery:
Exact inspection:
Examples:
|
| capability.invokeA | 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 Examples:
These demonstrate valid envelopes, not a required sequence or research strategy. |
| workspace.openA | Direct tool; do not call capability.describe. Create a durable epistemic workspace with one canonical problem, a main branch, and an immutable initial revision. Workspace content is agent-authored and UNVERIFIED. |
| workspace.writeA | Direct tool. Do not call capability.describe. Arguments are flat: send base_revision (never revision_id) and top-level findings, attempts, marks, scratch, or focus (never a batch wrapper). Every draft uses client_ref, never ref. Append at an exact base revision. Finding fields are client_ref, kind, title, body; optional links are dependency_refs and assumption_refs (never depends_on_refs). Attempt fields are client_ref, target_ref, method, outcome, summary. Margin marks append an explicit ACTIVE, CLOSED, RETRACTED, SUPERSEDED, or ARCHIVED state; only SUPERSEDED carries superseded_by_ref. References may use a client_ref from the same batch. PROBLEM is reserved for workspace.open. A RETRACTED or SUPERSEDED card must receive an ACTIVE mark before CLOSED or ARCHIVED. Set focus with active_ref/pinned_refs, clear it with clear=true, or omit it; focus references finding cards, never attempts, marks, or scratch. Never send verification/assertion/stale fields: all workspace assertions remain AGENT_RECORDED and UNVERIFIED. Canonical batch example: findings=[{"client_ref":"C1","kind":"CLAIM","title":"...","body":"..."}], attempts=[{"client_ref":"T1","target_ref":"C1","method":"...","outcome":"COMPLETED","summary":"..."}], focus={"active_ref":"C1","pinned_refs":["C1"]}. |
| workspace.queryA | Direct tool; do not call capability.describe. Read a compact deterministic RESUME, FRONTIER, ATTEMPTS, CONTEXT, or STALE view from agent-authored workspace state. CONTEXT requires target_card_id and follows only explicit dependency/assumption links. Derived staleness is a paper-like warning, not a mathematical conclusion. Retrieval preserves UNVERIFIED status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| jacobian-discover | Guide capability discovery without choosing the agent's mathematical research strategy. |
| jacobian-check-evidence | Guide selection and use of an installed independent checker without promoting unverified evidence. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| jacobian-instructions | Complete guidance for discovering, invoking, and independently checking Jacobian mathematical capabilities. |
| capability-catalog | Installed model-facing operations, supported lanes, and compact schemas. |
| reference-catalog | Read installed domain schema, semantics, plugin, and checker IDs. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/morluto/jacobian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server