[{"name":"get_context","description":"Retrieve aggregated governance context for an organization.","endpoint":"/api/ai/context","method":"GET","query":["orgId"]},{"name":"get_meetings","description":"List meetings for an organization.","endpoint":"/api/ai/meetings","method":"GET","query":["orgId","page","pageSize"]},{"name":"get_decisions","description":"List decisions for an organization.","endpoint":"/api/ai/decisions","method":"GET","query":["orgId","page","pageSize"]},{"name":"get_action_items","description":"List action items for an organization.","endpoint":"/api/ai/action-items","method":"GET","query":["orgId","page","pageSize"]},{"name":"get_okrs","description":"List objectives and key results for an organization.","endpoint":"/api/ai/okrs","method":"GET","query":["orgId","page","pageSize"]},{"name":"retrieve_chunks","description":"Retrieve top governance chunks via vector similarity for RAG-backed answers.","endpoint":"/api/ai/retrieve","method":"POST","body":["orgId","queryEmbedding","limit","sourceType"]},{"name":"generate_agenda","description":"Generate AI-suggested agenda items from governance signals.","endpoint":"/api/ai/generate-agenda","method":"POST","body":["orgId","lastMeetingId","limit"]},{"name":"summarize_meeting","description":"Produce structured summary of meeting outcomes.","endpoint":"/api/ai/summarize-meeting","method":"POST","body":["meetingId","orgId"]},{"name":"copilot_chat","description":"Run task-focused copilot request with citations and proposed actions.","endpoint":"/api/copilot/chat","method":"POST","body":["organizationId","mode","task","message","context"]},{"name":"copilot_history","description":"Fetch persisted copilot conversation turns for the current user and organization.","endpoint":"/api/copilot/history","method":"GET","query":["organizationId","limit"]},{"name":"copilot_confirm","description":"Confirm proposed copilot actions and execute writes.","endpoint":"/api/copilot/confirm","method":"POST","body":["organizationId","proposedActions"]},{"name":"mcp_tool_call","description":"Execute MCP tool call through the Stride MCP endpoint.","endpoint":"/api/mcp","method":"POST","body":["tool","organizationId","input"]}]