factory_next_step
InactiveTool of SaSame Research Agent
Get the current Guided Build step for a membership guided Factory lifecycle (idea/blueprint/building/ready). Returns the objective, the exact instructions_for_user_llm to paste into YOUR OWN LLM, the required evidence artifacts, and the step state. SaSame runs NO LLM and never builds or reads your source code; your own LLM does the work and hands back structured evidence (hashes, manifests, counts, creator acceptance). Local test receipts are creator-reported and are never external verification — that happens only at the INSPECTION station. Requires the unguessable lifecycle key.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"lifecycle_id",
"lifecycle_key"
],
"properties": {
"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