Card snapshot
bisque.today
·
2026-09-03 10:24:09 UTC
·
0329df6c3e1ea96f0630cbfdc168e8d453db1364917e1e9a4adfc61a5d359686
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": "bisque",
"description": "Reads any shared Bisque presentation as text (transcript and context) and answers questions about Bisque from its docs. Stateless: every message completes in one round trip.",
"url": "https://bisque.today/a2a",
"version": "1.3.0",
"protocolVersion": "0.3.0",
"preferredTransport": "JSONRPC",
"documentationUrl": "https://bisque.today/docs/mcp",
"iconUrl": "https://bisque.today/favicon-512x512.png",
"provider": {
"organization": "Bisque",
"url": "https://bisque.today",
"name": "Bisque",
"contactEmail": "hello@bisque.today"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/markdown",
"application/json"
],
"securitySchemes": {},
"security": [],
"skills": [
{
"id": "read_presentation",
"name": "Read a presentation",
"description": "Send a bisque.today or bisque.cloud watch URL and get the presentation's title, per-slide narration transcript with timestamps, and its context.md.",
"tags": [
"presentations",
"transcript",
"read"
],
"examples": [
"https://bisque.today/p/siderakis/claude-system-card",
"What does https://bisque.today/p/siderakis/claude-system-card say?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
],
"input": {
"text": "A watch URL, optionally with a question."
}
},
{
"id": "search_docs",
"name": "Search the docs",
"description": "Ask how Bisque works; the answer comes from the docs pages that match, with links.",
"tags": [
"docs",
"search",
"help"
],
"examples": [
"How do I publish from a script?",
"Which agents can run /present?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
],
"input": {
"text": "A question or a few keywords."
}
}
]
}