get_chat
Retrieve metadata of a specific chat by numeric ID: title, type, member counts, and description.
Instructions
Fetch a single chat's metadata by ID.
Args: chat_id: Numeric chat ID.
Returns: ToolResponse with the chat title, type, member counts, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Human-readable summary of the result | |
| payload | No | The actual response data | |
| success | Yes | Whether the operation was successful |