6 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
list_skills, get_openapi_spec, get_pricing_info, search_documentation, contact_sales<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_skills" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "list_skills",
"description": "List Forter's agent-skill catalog. Returns the v0.2.0 skill index covering order decisioning, account protection, dispute resolution, agentic commerce, PSP onboarding, tokenization, privacy requests, and contact-sales. Use to find which Forter capability fits a given user need.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"openWorldHint": true
}
}get_openapi_spec: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "get_openapi_spec",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "contact_sales" /* short, unique, verb-based */ }list_skills, get_openapi_spec, get_pricing_info, search_documentation, contact_sales<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_skills" tooldescription="...">
<!-- the same action, as UI -->
</form>