Tool tree
Time Doctor helps leaders see what distributed teams are working on, validate the process behind every hour, and get AI answers grounded in real data. Try it free.
page: Every page
start_free_trialAction
Start a Time Doctor free trial. Use when the user wants to create a trial account. Requires a business email and password.
View tool JSON
{
"name": "start_free_trial",
"kind": "act",
"impl": "imperative",
"description": "Start a Time Doctor free trial. Use when the user wants to create a trial account. Requires a business email and password.",
"inputSchema": {
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "First name"
},
"lastName": {
"type": "string",
"description": "Last name"
},
"email": {
"type": "string",
"description": "Business email address"
},
"password": {
"type": "string",
"description": "Account password"
},
"companyName": {
"type": "string",
"description": "Company name"
},
"companySize": {
"type": "string",
"description": "Company size segment, for example 1-10 or 11-50"
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code"
},
"phoneNumber": {
"type": "string",
"description": "Phone number"
}
},
"required": [
"firstName",
"lastName",
"email",
"password"
]
},
"page": "/"
}request_demoAction
Request a Time Doctor product demo. Use when the user wants to book a demo with sales.
View tool JSON
{
"name": "request_demo",
"kind": "act",
"impl": "imperative",
"description": "Request a Time Doctor product demo. Use when the user wants to book a demo with sales.",
"inputSchema": {
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "First name"
},
"lastName": {
"type": "string",
"description": "Last name"
},
"email": {
"type": "string",
"description": "Business email address"
},
"company": {
"type": "string",
"description": "Company name"
},
"phone": {
"type": "string",
"description": "Phone number"
},
"companySize": {
"type": "string",
"description": "Company size segment"
}
},
"required": [
"firstName",
"lastName",
"email"
]
},
"page": "/"
}