Card snapshot
vessark.com
·
2026-07-28 06:10:09 UTC
·
0cc69581c74612bc358e4f2329bff7d374a5fbbc581e9998102362a3d370ee50
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": "Vessark Operations Agent",
"description": "Automates internal operations for support, billing, and service teams: search, customer and order lookups, metrics, messaging, and billing.",
"supportedInterfaces": [
{
"url": "https://vessark.com/mcp",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Vessark",
"url": "https://vessark.com"
},
"version": "1.4.2",
"documentationUrl": "https://vessark.com/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"securitySchemes": {},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "search",
"name": "Search",
"description": "Search internal documentation, tickets, and the web.",
"tags": [
"search"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "customer-data",
"name": "Customer & Order Data",
"description": "Look up customer records, order status, and metrics.",
"tags": [
"data",
"customers"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "messaging",
"name": "Messaging",
"description": "Send messages and post status updates.",
"tags": [
"messaging"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "billing",
"name": "Billing",
"description": "Inspect balances and create draft invoices.",
"tags": [
"finance",
"billing"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}