kv_set
Store a small JSON value in the shared crew store so other sessions can discover it. Optionally set a TTL in seconds to expire the value.
Instructions
Set a small shared JSON value other sessions can discover. Optional TTL in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | Any JSON value. | |
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. | |
| ttl_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| project_id | Yes |