client_status
Check if a specified client's session is still active by querying live provider status, returning current connectivity instead of relying on stored data.
Instructions
What is known about one client. Never returns a credential.
connected is the live answer, for the same reason as list_clients.
api_key and mcp_session say which store each entry in stored came
from, because a client can have one and not the other and the two are
not interchangeable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check | No | Ask each provider whether the session still opens, rather than only reporting what is stored. | |
| client | Yes | The client to act on, by the name you registered them under. A write resolves this one client's credentials and no other. |