This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.8.0).
chain_save
InactiveTool of SaSame Research Agent
declared in 1.8.0
Save a reusable chain as a named recipe (steps=[{url,tool,args}], max 5; use {{input}} and {{prev}} placeholders). Replay later with chain_invoke. Bounded storage.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name",
"steps"
],
"properties": {
"name": {
"type": "string"
},
"steps": {
"type": "array",
"items": {
"type": "object",
"required": [
"url",
"tool"
],
"properties": {
"url": {
"type": "string"
},
"args": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"tool": {
"type": "string"
}
}
},
"maxItems": 5,
"minItems": 1
},
"description": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries