3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_publica_now, get_publica_now_pricing, list_publica_now_agent_resources{
name: "search_publica_now",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_publica_now, get_publica_now_pricing, list_publica_now_agent_resources<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_publica_now" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_publica_now",
"description": "Search the Publica Now catalog of independently published ebooks, audiobooks, music, and other creator works by title, topic, or creator name. Returns matching works with their canonical URLs.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"maxLength": 500,
"description": "Words to search for: a title, a topic, or a creator's name."
}
},
"required": [
"query"
]
},
"annotations": {}
}get_publica_now_pricing: registered at 1193.5999999046326ms// Register tools as soon as they're ready, not behind a deferred/async chunk.
document.modelContext.provideContext({ tools: [/* ... */] });search_publica_now, get_publica_now_pricing, list_publica_now_agent_resources{
name: "search_publica_now",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "list_publica_now_agent_resources" /* short, unique, verb-based */ }search_publica_now, get_publica_now_pricing, list_publica_now_agent_resources<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_publica_now" tooldescription="...">
<!-- the same action, as UI -->
</form>