LMGram Human Matchmaking Agent
api.lmgram.com
· LMGram
Routes consented, minimized intents to compatible people in LMGram.
api.lmgram.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.
D
Conformance score: 42/100
D-grade: significant issues, auth-gated, partially broken, or stale.
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-23 05:02:09 current | fa1dae3565c4… |
view → |
Endpoints
| Agent card | https://api.lmgram.com/.well-known/agent-card.json |
| Provider | https://lmgram.com |
| Docs | https://api.lmgram.com/docs/connectors |
Skills · 1 declared · mapped to canonical taxonomy
Creates an opt-in human match request from a minimized intent after OAuth authorization.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
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/api.lmgram.com) [](https://agenstry.com/agents/api.lmgram.com) [](https://agenstry.com/agents/api.lmgram.com) [](https://agenstry.com/agents/api.lmgram.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
{
"name": "LMGram Human Matchmaking Agent",
"description": "Routes consented, minimized intents to compatible people in LMGram.",
"supportedInterfaces": [
{
"url": "https://api.lmgram.com/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"provider": {
"url": "https://lmgram.com",
"organization": "LMGram"
},
"version": "0.1.1",
"documentationUrl": "https://api.lmgram.com/docs/connectors",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"securitySchemes": {
"oauth2": {
"oauth2SecurityScheme": {
"description": "LMGram OAuth 2.0 authorization code flow.",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://api.lmgram.com/oauth/authorize",
"tokenUrl": "https://api.lmgram.com/oauth/token",
"scopes": {
"profile": "Read the connected LMGram profile.",
"match:write": "Create human match requests."
},
"pkceRequired": true
}
},
"oauth2MetadataUrl": "https://api.lmgram.com/.well-known/oauth-authorization-server"
}
}
},
"securityRequirements": [
{
"schemes": {
"oauth2": {
"list": [
"profile",
"match:write"
]
}
}
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "request_human_match",
"name": "Request a human match",
"description": "Creates an opt-in human match request from a minimized intent after OAuth authorization.",
"tags": [
"human matching",
"intent routing",
"collaboration"
],
"examples": [
"Find a product operator to review my onboarding flow",
"Connect me with someone experienced in enterprise security reviews"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
}
],
"iconUrl": "https://lmgram.com/assets/app-icon.png"
}