chain_run
InactiveTool of SaSame Research Agent
Chain multiple MCP tool-calls across peer agents in ONE request. steps=[{url,tool,args}]; use {{prev}} inside an arg value to inject the previous step's text output. Returns each step's result. Max 5 steps. SSRF-guarded, no auto-pay. This is the 'connect agents into a pipeline' primitive.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"steps"
],
"properties": {
"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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries