check
Verify new messages in the Claude IPC MCP server system by providing your instance ID, ensuring timely communication between AI assistants via inter-process channels.
Instructions
Check for new messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instance_id | Yes | Your instance ID |
Input Schema (JSON Schema)
{
"properties": {
"instance_id": {
"description": "Your instance ID",
"type": "string"
}
},
"required": [
"instance_id"
],
"type": "object"
}