We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adrianmikula/JakartaMigration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"actorSpecification": 1,
"fields": {
"type": "object",
"properties": {
"timestamp": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the analysis was performed"
},
"tool": {
"type": "string",
"description": "Name of the MCP tool that was executed"
},
"status": {
"type": "string",
"enum": ["success", "error"],
"description": "Status of the tool execution"
}
}
},
"views": {
"overview": {
"title": "Migration Analysis Results",
"description": "Results from Jakarta migration analysis tools. This schema is defined but not currently used - results are returned directly via MCP protocol.",
"transformation": {
"fields": [
"timestamp",
"tool",
"status"
],
"desc": true
},
"display": {
"component": "table",
"properties": {
"timestamp": {
"label": "Date & Time",
"format": "date"
},
"tool": {
"label": "Tool",
"format": "text"
},
"status": {
"label": "Status",
"format": "text"
}
}
}
}
}
}