9 tools registered. Strongest in shared experience, weakest in tool quality.
{
"name": "get_freightbox_overview",
"description": "A JSON object describing Freightbox: product name, a one-paragraph summary, release stage, a bulleted list of situations it is built for (whenToUse), a bulleted list of situations it is not built for (whenNotToUse), its human-review principle, and a link to the full guide.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"untrustedContentHint": false,
"title": "Freightbox overview"
}
}read_freightbox_page: declares no required list, so an agent cannot tell which parameters are mandatory; list_freightbox_pages: declares no required list, so an agent cannot tell which parameters are {
name: "read_freightbox_page",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "navigate_freightbox_site" /* short, unique, verb-based */ }{
"query": "authentication"
}{}{}