Lookup a cached plan
plan_cache_getRetrieve a previously stored multi-step plan template by describing the task. Semantically matches your task description and returns the matching plan with a similarity score.
Instructions
Semantic lookup of a previously stored plan template keyed by task_description. Use to reuse a multi-step plan. Do not use to recall facts from memory (memory_read) or to write a plan (plan_cache_put). Read-only. Returns found, similarity score, and plan. Default similarity threshold is 0.68. Auth: tool policy gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_description | Yes | Natural-language task used as the semantic lookup key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||