ApiSchemas
McpToolAnnotations
One shape from the contract, as it appears on the wire.
Used by connections.test, sessions.annotate, sessions.events, sessions.send
Referenced from ToolCallStartedEvent
JSON Schema
{
"type": "object",
"properties": {
"title": {
"type": "string"
},
"readOnlyHint": {
"type": "boolean"
},
"destructiveHint": {
"type": "boolean"
},
"idempotentHint": {
"type": "boolean"
},
"openWorldHint": {
"type": "boolean"
}
},
"additionalProperties": false
}