One tool registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
get_linkedmash_developer_resources: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "get_linkedmash_developer_resources",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "get_linkedmash_developer_resources" /* short, unique, verb-based */ }get_linkedmash_developer_resources<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_linkedmash_developer_resources" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_linkedmash_developer_resources",
"description": "Return canonical LinkedMash API, MCP, authentication, Agent Skill, and developer documentation URLs.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"resource": {
"type": "string",
"enum": [
"all",
"api",
"mcp",
"auth",
"skill"
],
"description": "Resource category to return. Use all when unsure.",
"default": "all"
}
}
},
"annotations": {
"readOnlyHint": true,
"idempotentHint": true,
"openWorldHint": false
}
}get_linkedmash_developer_resources: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "get_linkedmash_developer_resources",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "get_linkedmash_developer_resources" /* short, unique, verb-based */ }get_linkedmash_developer_resources<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_linkedmash_developer_resources" tooldescription="...">
<!-- the same action, as UI -->
</form>