telos-find-resourceAnswer
Return an official Telos public URL for a requested topic. This is read-only and does not perform wallet, bridge, swap, or transaction actions.
View tool JSON
{
"name": "telos-find-resource",
"kind": "answer",
"impl": "imperative",
"description": "Return an official Telos public URL for a requested topic. This is read-only and does not perform wallet, bridge, swap, or transaction actions.",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string",
"enum": [
"website",
"llms",
"privacy",
"privacyDocs",
"evm",
"zero",
"docs",
"zkwallet",
"teloswap",
"bridge",
"wallet",
"explorer",
"ecosystem",
"blog"
],
"description": "The Telos topic to look up."
}
},
"required": [
"topic"
],
"additionalProperties": false
}
}telos-list-resourcesAnswer
List official Telos public resources advertised by the homepage. This is read-only.
View tool JSON
{
"name": "telos-list-resources",
"kind": "answer",
"impl": "imperative",
"description": "List official Telos public resources advertised by the homepage. This is read-only.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}