One tool registered. Strongest in task completion, weakest in shared experience.
{
"name": "recommend_attornaid_solution",
"description": "Matches a law firm's operational needs to no more than three relevant Attornaid product areas. It returns verified product pages and reasons for each recommendation without navigating automatically.",
"inputSchema": {
"type": "object",
"properties": {
"firm_needs": {
"type": "string",
"maxLength": 1000,
"description": "Natural-language summary of the operational problems the firm wants to solve."
},
"priorities": {
"type": "array",
"minItems": 1,
"maxItems": 5,
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"document_organization",
"document_review",
"ai_drafting_research",
"workflow_automation",
"matter_coordination",
"time_billing",
"client_relationships",
"task_event_tracking",
"reporting_analytics",
"integrations"
]
},
"description": "One to five product priorities identified from the needs summary."
}
},
"required": [
"firm_needs"
]
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": false
}
}obstruction: weak{
"firm_needs": "I want to recommend attornaid solution on this site."
}