3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
calculate_crm_roi, calculate_cac, estimate_crm_cost{
name: "calculate_crm_roi",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}calculate_crm_roi, calculate_cac, estimate_crm_cost<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="calculate_crm_roi" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "calculate_crm_roi",
"description": "Calculate the ROI of replacing spreadsheets or off-the-shelf tools with a custom Go-Orca CRM. Returns estimated annual savings, ROI percentage, and payback period.",
"inputSchema": {
"type": "object",
"properties": {
"team_size": {
"type": "number",
"description": "Number of people who will use the CRM"
},
"hours_per_week_lost": {
"type": "number",
"description": "Hours lost per person per week due to inefficient tools"
},
"average_hourly_rate": {
"type": "number",
"description": "Average hourly cost per employee in USD"
},
"monthly_tool_costs": {
"type": "number",
"description": "Current monthly spend on CRM or SaaS tools in USD"
},
"crm_investment": {
"type": "number",
"description": "Estimated one-time CRM build investment in USD"
}
},
"required": [
"team_size",
"hours_per_week_lost",
"average_hourly_rate",
"crm_investment"
]
},
"annotations": {}
}calculate_crm_roi, calculate_cac, estimate_crm_cost{
name: "calculate_crm_roi",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));calculate_crm_roi, calculate_cac, estimate_crm_cost<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="calculate_crm_roi" tooldescription="...">
<!-- the same action, as UI -->
</form>