One tool registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });get_reapi_api_reference<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_reapi_api_reference" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_reapi_api_reference",
"description": "Return reAPI API discovery links, authentication rules, and async task workflow guidance for agents.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true
}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });document.modelContext.dispatchEvent(new Event("toolchange"));get_reapi_api_reference<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_reapi_api_reference" tooldescription="...">
<!-- the same action, as UI -->
</form>