You're viewing a demo portfolio

Join the waitlist
PRSM

record_task_result

Active

Tool of OpenAkashic

declared in 1.28.0

Record a reusable task result pattern as a playbook capsule. Any agent can call this after solving a problem to share the knowledge. Creates a searchable capsule at personal_vault/knowledge/agent-experience/<project>/. Authentication required (write operation).

Parameters schema

{
  "type": "object",
  "title": "record_task_resultArguments",
  "required": [
    "project",
    "problem",
    "solution"
  ],
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "title": "Tags",
      "default": [],
      "description": "Topic tags"
    },
    "actor": {
      "type": "string",
      "title": "Actor",
      "default": "external",
      "description": "Agent name or identifier"
    },
    "problem": {
      "type": "string",
      "title": "Problem",
      "description": "What problem was solved"
    },
    "project": {
      "type": "string",
      "title": "Project",
      "description": "Project name (e.g. ichimozzi, arc-fleet)"
    },
    "solution": {
      "type": "string",
      "title": "Solution",
      "description": "How it was solved — concrete steps"
    },
    "failure_modes": {
      "type": "string",
      "title": "Failure Modes",
      "default": "",
      "description": "What to avoid / what failed first"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

OpenAkashic

https://github.com/szara7678/OpenAkashic

2/7 registries
View full server →
record_task_result — OpenAkashic — PRSM MCP