← albertonline.org

INDIVIDUAL MCP TOOL

plan_report_step_outcome

Report a checklist step outcome ("done" completes it, "todo" reopens it); maps onto the step's done flag via the same path as plan_set_step_done.

albertonline.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.albertonline.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for plan_report_step_outcome and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

albertonline.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.albertonline-web]
url = "https://www.albertonline.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "albertonline-web": {
      "type": "http",
      "url": "https://www.albertonline.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: albertonline-web
Remote MCP URL: https://www.albertonline.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "albertonline-web": {
      "url": "https://www.albertonline.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "albertonline-web": {
      "type": "http",
      "url": "https://www.albertonline.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "albertonline-web",
  "transport": "streamable-http",
  "url": "https://www.albertonline.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_products — List the features available in the albertonline.org web app with their routes.
  • get_site_index — Return the curated machine-readable site index (llms.txt).
  • plan_create — Create an agent plan (kanban card), optionally with checklist steps.
  • plan_list — List the agent's plans with step counts; optionally filter by status.
  • plan_get — Get one agent plan with its checklist steps.
  • plan_update_status — Move a plan to a new status column, optionally to a position within it.
  • plan_review — Record a relevance review on a plan.
  • plan_add_step — Append a checklist step to a plan.