8 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
search_ai_tools, get_ai_tool, list_ai_tool_categories, get_newest_ai_tools, get_ai_news<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_ai_tools" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_ai_tools",
"description": "Hledá v katalogu 4600+ AI nástrojů na ejaj.cz podle textového dotazu, kategorie a cenového modelu. Vrací seznam nástrojů s krátkým popisem a odkazem.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Hledaný výraz - název nebo popis nástroje."
},
"category": {
"type": "string",
"description": "Slug kategorie z list_ai_tool_categories, např. \"obecne-psani\" nebo \"copywriting\"."
},
"price": {
"type": "string",
"enum": [
"free",
"freemium",
"free_trial",
"paid",
"contact"
],
"description": "Filtr podle cenového modelu."
},
"sort": {
"type": "string",
"enum": [
"popular",
"newest",
"name"
],
"description": "Řazení výsledků, výchozí je popular."
},
"limit": {
"type": "number",
"description": "Počet výsledků, 1 až 25, výchozí 10."
}
},
"required": []
},
"annotations": {
"readOnlyHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "open_in_catalog" /* short, unique, verb-based */ }search_ai_tools, get_ai_tool, list_ai_tool_categories, get_newest_ai_tools, get_ai_news<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_ai_tools" tooldescription="...">
<!-- the same action, as UI -->
</form>