rvtdocs_session_set
Store a key-value pair in the session store to cache resolved API information between tool calls, with data persisting only for the current session.
Instructions
Store a key-value pair in the session store.
Useful for caching resolved API info between tool calls. Data is ephemeral (lost on server restart).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |