com.meta-council/decision-intelligence
Multi-expert decision intelligence with transparent synthesis and auditable workflows.
assessed on 1 of 4 dimensions
https://meta-council.com/mcpadvance_workflowAdvance WorkflowAdvance a workflow past a human checkpoint — approve or reject the paused step so the pipeline continues. Use the session id from run_workflow / get_workflow_session. Requires authentication.
campaign_pipeline_statsCampaign Pipeline StatsPipeline-stage breakdown for one outreach campaign — total / sent / active / won / lost, reply rate, and per-stage lead counts. Requires authentication.
get_agent_detailGet Agent DetailFull detail on one expert agent by slug (from list_agents): role, description, default model, domain, tags, and tools.
get_sessionGet SessionGet the full results of a previous Meta Council session, including all agent opinions and the synthesis.
get_settingsGet SettingsGet the authenticated user's Meta Council settings — preferred model, plan tier, and which provider/tool API keys are configured (booleans only, never the secret values). Requires authentication.
get_visualizationGet VisualizationFetch a chart artifact generated by a council session or LOCUS determination. Returns the machine-readable spec (the data behind the chart) plus the stable SVG URL, or the raw SVG itself with include_svg=true. Artifact ids appear in session results as 'visualizations' / 'visualization' reference blocks. Requires authentication and enforces the artifact owner's tenant boundary.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
get_workflow_sessionGet Workflow SessionPoll a previously started workflow run for its current step-by-step status and output (useful when run_workflow timed out or is awaiting a checkpoint). Requires authentication.
list_agentsList AgentsList all available expert agents with their roles, domains, and specialties.
list_campaign_repliesList Campaign RepliesList sent / received emails for an outreach campaign, newest first — subject, body preview, and reply classification. Requires authentication.
list_campaign_triggersList Campaign TriggersList automation triggers (auto-reply rules, status updates, notifications) configured for an outreach campaign. Requires authentication.
list_outreach_campaignsList Outreach CampaignsList the authenticated user's outreach campaigns with live lead / sent / reply counts. Requires authentication.
list_panelsList PanelsList all available expert panels with their descriptions and agent counts.
list_workflowsList WorkflowsList available multi-step workflow pipelines (composable bundles that chain several steps, each able to run on its own model/provider). Returns each workflow's slug, description, and per-step model.
locus_determine_from_scoresLocus Determine From ScoresCompute a LOCUS Level of Care from dimension ratings you already have. Deterministic — no LLM, instant: composite + Determination Grid + the inviolable override floors (e.g. Risk-of-Harm=4 → minimum Level 5), applied in code. Provide EITHER the seven flat D* ratings (1-5 each; Dimension IV splits into IV-A Stress / IV-B Support) OR a per-reviewer agent_scores map. Requires authentication.
outreach_analyticsOutreach AnalyticsOutreach summary for the user — total leads, sent, replied, and reply rate. Requires authentication.
recommend_panelRecommend PanelRecommend the best expert panel for a query (semantic match with keyword fallback). Returns the top panel + confidence and the runner-up options — feed the result into run_council's panel argument. Requires authentication because the query may be sent to the configured embedding provider.
run_councilRun CouncilSubmit a question or decision to Meta Council. A panel of specialized AI agents will independently analyze it, then a synthesis step combines their opinions into a unified recommendation with full transparency. Starts asynchronously by default; use get_session with the returned session id.
run_workflowRun WorkflowStart a multi-step workflow pipeline and return its session id immediately by default. Poll get_workflow_session for each step's model/provider and output. synthesis. Steps run on YOUR configured provider keys, so a pipeline can chain models across providers. If a step is a human checkpoint, returns the session id to advance. Requires authentication.
score_locus_caseScore Locus CaseScore an anonymized adult mental-health / addiction case against LOCUS. Convenes the LOCUS Assessment Panel (psychiatrist, addiction specialist, clinical social worker, utilization reviewer, peer specialist, safety officer); each reviewer independently rates all six LOCUS dimensions, then a DETERMINISTIC engine aggregates the ratings and applies the Determination Grid and the inviolable override floors IN CODE (safety floors like Risk-of-Harm=4 → Level 5 cannot be reasoned away). Returns the rec…
search_outreach_leadsSearch Outreach LeadsSearch the user's outreach leads — filter by a text query (company / contact / email), pipeline status, and/or campaign. Returns company, contact, status, pitch, and reply info. Requires authentication.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.