We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/subslink326/job-url-analyzer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"dashboard": {
"id": null,
"title": "Job URL Analyzer Dashboard",
"tags": ["job-analyzer"],
"style": "dark",
"timezone": "browser",
"panels": [
{
"id": 1,
"title": "Request Rate",
"type": "graph",
"targets": [
{
"expr": "rate(job_analyzer_requests_total[5m])",
"legendFormat": "{{endpoint}} - {{status_code}}"
}
],
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 0
}
},
{
"id": 2,
"title": "Analysis Success Rate",
"type": "singlestat",
"targets": [
{
"expr": "rate(job_analyzer_analysis_success_total[5m]) / (rate(job_analyzer_analysis_success_total[5m]) + rate(job_analyzer_analysis_error_total[5m]))",
"legendFormat": "Success Rate"
}
],
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 0
}
},
{
"id": 3,
"title": "Completeness Score Distribution",
"type": "histogram",
"targets": [
{
"expr": "job_analyzer_completeness_score",
"legendFormat": "Completeness Score"
}
],
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 8
}
}
],
"time": {
"from": "now-1h",
"to": "now"
},
"refresh": "30s"
}
}