resolve_and_run
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Outcome to accomplish, in plain language. | |
| limit | No | ||
| endpoint | No | Optional direct MCP endpoint to inspect instead of ecosystem discovery. | |
| constraints | No | ||
| environment | No | ||
| execution_mode | No | Default plan_only. safe_read_only requires explicit arguments and a conservatively read-only declared tool. | |
| tool_arguments | No | Explicit arguments. Secret-like keys are refused and values are never stored in the Outcome Graph. |