resolve_and_run
ActiveTool of SaSame Research Agent
PRIMARY SaSame entry point. Give SaSame the outcome you need. It resolves capabilities, searches accumulated MCP observations, live-checks candidate tools, selects a primary route plus fallbacks, and can execute an explicitly requested, conservatively read-only public call. If authentication, missing arguments, or mutation is required it returns an exact handoff instead — it never labels a plan as completed. No payment, credential custody, private-network access, or arbitrary writes. Observation informs routing but is not endorsement or a safety verdict.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"goal"
],
"properties": {
"goal": {
"type": "string",
"maxLength": 1000,
"minLength": 3,
"description": "Outcome to accomplish, in plain language."
},
"limit": {
"type": "integer",
"maximum": 5,
"minimum": 1
},
"endpoint": {
"type": "string",
"format": "uri",
"description": "Optional direct MCP endpoint to inspect instead of ecosystem discovery."
},
"constraints": {
"type": "array",
"items": {
"type": "string",
"maxLength": 160
},
"maxItems": 12
},
"environment": {
"enum": [
"claude",
"chatgpt",
"codex",
"cursor",
"generic_mcp_client"
],
"type": "string"
},
"execution_mode": {
"enum": [
"plan_only",
"safe_read_only"
],
"type": "string",
"description": "Default plan_only. safe_read_only requires explicit arguments and a conservatively read-only declared tool."
},
"tool_arguments": {
"type": "object",
"description": "Explicit arguments. Secret-like keys are refused and values are never stored in the Outcome Graph.",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries