4 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_tokenized_funds, search_fund_service_providers, search_fume_docs, read_page_as_markdown{
name: "search_tokenized_funds",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_tokenized_funds, search_fund_service_providers, search_fume_docs, read_page_as_markdown<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_tokenized_funds" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_tokenized_funds",
"description": "Search Fume's Tokenized Fund Registry — tokenized investment funds with their manager, strategy, asset class, AUM, chain, token standard, fees and jurisdiction. Returns JSON; every fund carries a `url` to its page on this site.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Free-text search over name, manager, issuer, strategy and description."
},
"chain": {
"type": "string",
"description": "Blockchain to filter by, e.g. Ethereum, Arbitrum, Base."
},
"assetClass": {
"type": "string",
"description": "Asset class to filter by, e.g. Fixed Income, Private Credit."
},
"jurisdiction": {
"type": "string",
"description": "Jurisdiction to filter by, e.g. Luxembourg, Cayman Islands."
},
"status": {
"type": "string",
"description": "Fund status: live, upcoming or closed."
},
"limit": {
"type": "integer",
"description": "Maximum funds to return (1-200). Defaults to 50.",
"minimum": 1,
"maximum": 200
}
},
"required": []
},
"annotations": {}
}search_tokenized_funds, search_fund_service_providers, search_fume_docs, read_page_as_markdown{
name: "search_tokenized_funds",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));search_tokenized_funds, search_fund_service_providers, search_fume_docs, read_page_as_markdown<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_tokenized_funds" tooldescription="...">
<!-- the same action, as UI -->
</form>