We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/github/github-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
get_notification_details.snap•578 B
{
"annotations": {
"readOnlyHint": true,
"title": "Get notification details"
},
"description": "Get detailed information for a specific GitHub notification, always call this tool when the user asks for details about a specific notification, if you don't know the ID list notifications first.",
"inputSchema": {
"type": "object",
"required": [
"notificationID"
],
"properties": {
"notificationID": {
"type": "string",
"description": "The ID of the notification"
}
}
},
"name": "get_notification_details"
}