factory_assign_monitoring_slot
InactiveTool of SaSame Research Agent
Assign a managed-monitoring slot to one of your Factory lifecycles. Requires an active membership, ownership of the lifecycle, and a free slot on your plan. Over-limit assignment is refused with a machine-readable MONITORING_SLOTS_EXHAUSTED reason (not a protocol error). This allocates the slot and records the plan interval; the interval scheduler lands in a later phase.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"principal_id",
"principal_key",
"lifecycle_id"
],
"properties": {
"lifecycle_id": {
"type": "string",
"minLength": 10
},
"principal_id": {
"type": "string",
"minLength": 8
},
"principal_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