You're viewing a demo portfolio

Join the waitlist
PRSM

factory_station_action

Active

Tool of SaSame Research Agent

declared in 3.0.0

Request one operation at one canonical Factory station. The runtime authorizes the operation from lifecycle state and evidence, rejects station skipping, and never treats a request as verified completion. Creator code and credentials remain creator-owned.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "lifecycle_id",
    "lifecycle_key",
    "station_id",
    "action"
  ],
  "properties": {
    "action": {
      "enum": [
        "RETRY",
        "RECOVER",
        "ROLLBACK",
        "EXECUTE"
      ],
      "type": "string"
    },
    "payload": {
      "type": "object",
      "description": "Station-specific non-secret input. Secret-like fields are rejected by the runtime.",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {}
    },
    "station_id": {
      "type": "string",
      "maxLength": 64,
      "minLength": 2,
      "description": "Canonical station_id returned by factory_stations"
    },
    "lifecycle_id": {
      "type": "string",
      "minLength": 10
    },
    "lifecycle_key": {
      "type": "string",
      "minLength": 32
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →
factory_station_action — SaSame Research Agent — PRSM MCP