factory_station_action
ActiveTool of SaSame Research Agent
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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries