Skip to content
Back to Persnickety Try-On Index

Card snapshot

persnickety.bot · 2026-07-20 06:17:16 UTC · e6b31a25b7d7fea13c8df9fd3283eda558ab2f1f6b2e120a624af60bd55b36e3

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": "Persnickety Bridal",
  "description": "Find source-checked bridal boutiques where plus-size wedding dress samples are physically available to try on.",
  "url": "https://persnickety.bot/mcp",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "find_bridal_samples",
      "name": "Find bridal samples",
      "description": "Filter provider-published physical sample inventory by US state, bridal size, or search text.",
      "tags": [
        "weddings",
        "bridal",
        "plus-size",
        "local inventory",
        "shopping"
      ],
      "examples": [
        "Find a boutique in Tennessee where I can try on a bridal size 38."
      ]
    }
  ],
  "documentationUrl": "https://persnickety.app/developers",
  "openapiUrl": "https://persnickety.bot/openapi.json",
  "mcpUrl": "https://persnickety.bot/mcp"
}