thinkneo_schedule_demo
ActiveTool of ThinkNEO MCP Server
declared in 1.28.0
Schedule a demo or discovery call with the ThinkNEO team. Collects contact information and preferences. No authentication required.
Parameters schema
{
"type": "object",
"title": "thinkneo_schedule_demoArguments",
"required": [
"contact_name",
"company",
"email"
],
"properties": {
"role": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Role",
"default": null,
"description": "Contact's role: cto, cfo, security, engineering, or other"
},
"email": {
"type": "string",
"title": "Email",
"description": "Business email address to receive follow-up from the ThinkNEO team"
},
"company": {
"type": "string",
"title": "Company",
"description": "Company or organization name"
},
"context": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Context",
"default": null,
"description": "Additional context such as current AI providers used, request volume, or specific use case"
},
"interest": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Interest",
"default": null,
"description": "Primary area of interest: guardrails, finops, observability, governance, or full platform"
},
"contact_name": {
"type": "string",
"title": "Contact Name",
"description": "Full name of the person requesting the demo"
},
"preferred_dates": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Preferred Dates",
"default": null,
"description": "Preferred meeting dates, times, and timezone (e.g., 'Tuesdays or Thursdays, 9-11am EST')"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries