{
"type": "object",
"properties": {
"note": {
"type": "string",
"description": "Optional context (company name, use-case, team size) to pre-fill on the booking form."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search terms, e.g. 'scorecards', 'MCP server', 'Salesforce integration', 'SCIM'."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25,
"default": 8,
"description": "Maximum results to return."
}
},
"additionalProperties": false
}