live · AI Agents & Fintech · JSON · API for agents
Fetch V-Sum llms.txt (structured site summary for language models).
{
"name": "open_llms_txt",
"kind": "action",
"impl": "imperative",
"description": "Fetch V-Sum llms.txt (structured site summary for language models).",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}Fetch the RFC 9727 API catalog (application/linkset+json).
{
"name": "open_api_catalog",
"kind": "action",
"impl": "imperative",
"description": "Fetch the RFC 9727 API catalog (application/linkset+json).",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}Navigate the active tab to a same-origin path on v-sum.com (e.g. /demos, /interviews, /events, /apply, /nominate).
{
"name": "navigate_to_path",
"kind": "action",
"impl": "imperative",
"description": "Navigate the active tab to a same-origin path on v-sum.com (e.g. /demos, /interviews, /events, /apply, /nominate).",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Path starting with / (same origin only)."
}
},
"required": [
"path"
],
"additionalProperties": false
},
"page": "/"
}