We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pyda-AI/sentry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
thread.json•531 B
{
"namespace": "thread",
"description": "These attributes may be used for any operation to store information about a thread that started a span.\n",
"attributes": {
"thread.id": {
"description": "Current \"managed\" thread ID (as opposed to OS thread ID).\n",
"type": "number",
"stability": "development",
"examples": ["42"]
},
"thread.name": {
"description": "Current thread name.\n",
"type": "string",
"stability": "development",
"examples": ["main"]
}
}
}