Skip to content
Back to LMGram Human Matchmaking Agent

Card snapshot

api.lmgram.com · 2026-07-23 05:02:09 UTC · fa1dae3565c45d645ebb475e0463ebbf0a73d0e8633a00f498f82bcdf2b88177

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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"
}