Glimind
glimind.com
· Glimind
Glimind is the neutral reliability layer for AI agents. Ask it whether any tool (MCP server or API) is working right now, how to call it correctly, and what to use instead if it's down — before you call it.
glimind.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 61/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-01 00:36:24 current | 719e75447443… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://glimind.com/.well-known/agent-card.json |
| Provider | https://glimind.com |
| Docs | https://glimind.com/docs |
Skills · 3 declared · mapped to canonical taxonomy
Return whether a tool is working right now (verdict + recommendation), live success rate, latency, suggested timeout/retry, expected output shape, and a live al…
Given a plain-language capability (e.g. 'send a slack message'), return live tools that can do it, ranked by semantic fit and filtered to those healthy now.
List tools across the ecosystem whose real-usage success rate just dropped (active outages).
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/glimind.com) [](https://agenstry.com/agents/glimind.com) [](https://agenstry.com/agents/glimind.com) [](https://agenstry.com/agents/glimind.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Glimind",
"description": "Glimind is the neutral reliability layer for AI agents. Ask it whether any tool (MCP server or API) is working right now, how to call it correctly, and what to use instead if it's down \u2014 before you call it.",
"url": "https://glimind.com/a2a",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Glimind",
"url": "https://glimind.com",
"email": "support@glimind.com"
},
"version": "0.1.0",
"documentationUrl": "https://glimind.com/docs",
"iconUrl": "https://glimind.com/favicon.ico",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"securitySchemes": {
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "Optional Glimind API key for higher limits."
}
},
"security": [],
"skills": [
{
"id": "check_reliability",
"name": "Check tool reliability",
"description": "Return whether a tool is working right now (verdict + recommendation), live success rate, latency, suggested timeout/retry, expected output shape, and a live alternative if it's down. Pass a toolId in a data part, or describe the tool in text.",
"tags": [
"reliability",
"health",
"mcp",
"preflight"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"Is github/search_repositories working right now?",
"{\"skill\":\"check_reliability\",\"toolId\":\"slack/post_message\"}"
]
},
{
"id": "discover_tools",
"name": "Discover live tools for a task",
"description": "Given a plain-language capability (e.g. 'send a slack message'), return live tools that can do it, ranked by semantic fit and filtered to those healthy now.",
"tags": [
"discovery",
"search",
"mcp"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"Find a live tool to convert currency",
"{\"skill\":\"discover_tools\",\"query\":\"search arxiv papers\"}"
]
},
{
"id": "list_breakages",
"name": "List current tool outages",
"description": "List tools across the ecosystem whose real-usage success rate just dropped (active outages).",
"tags": [
"reliability",
"outages",
"monitoring"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
],
"examples": [
"What tools are down right now?"
]
}
]
}