---
name: parliament.kaleiai.com
description: parliament.kaleiai.com hosts a single deliberative endpoint that submits an AI policy or ethics question to a panel of AI personalities and returns structured votes, per-personality confidence scores, and detailed reasoning for each position. It is designed exclusively for policy deliberation on AI governance topics, not for factual retrieval or computation.
host: parliament.kaleiai.com
---

# parliament.kaleiai.com

This host functions as a simulated AI policy parliament: given a question about AI governance or ethics, it convenes a panel of AI personalities, collects their votes and confidence scores, and returns structured reasoning including the conditions that would change each voter's position. It serves agents that need multi-perspective deliberative input on AI policy questions rather than singular answers. It is narrow in scope — one endpoint, one domain — and is not a general-purpose reasoning or data service.

## When to use this host

Use this host when an agent needs structured multi-perspective deliberation on an AI governance or ethics question, particularly when the reasoning behind each position and the conditions that would shift a voter's stance are important outputs. Do not use it for real-time data lookups, legal advice, factual Q&A, mathematical computation, or any question outside AI policy and ethics — those tasks require a general-purpose reasoning model, a search/retrieval host, or a domain-specific data API. There are no alternative skills on this host; if the question is outside AI policy scope, route entirely to a different host.

## Capabilities

### AI Policy Deliberation

Submits an AI governance or ethics question to a simulated panel and returns structured votes, confidence scores, and per-personality reasoning, enabling multi-perspective policy analysis.

- **`fetch-parliament-standard-vote`** — Submits an AI policy question to a panel of AI personalities and returns a structured vote, per-personality confidence scores, and detailed reasoning for each position.

## Skill reference

### `fetch-parliament-standard-vote`

**Parliament Standard Vote** — Submits an AI policy question to a panel of AI personalities and returns a structured vote, per-personality confidence scores, and detailed reasoning for each position.

*Use when:* Use when an agent needs a multi-perspective policy recommendation on an AI governance or ethics question, including the reasoning and conditions that would change each voter's position.

*Not for:* Do not use for real-time factual lookups, legal advice, or non-AI-policy questions. Not suitable for retrieving live data or performing computations — this endpoint is for deliberative policy reasoning only.

**Inputs:**

- `question` (string, required) — The AI policy question to put to the parliament panel. Should be a well-formed question or prompt describing the policy scenario requiring a recommendation.

**Returns:** Returns a tier string, the echoed question, a null context field, and a votes array with one entry per AI personality containing vote (yes/no/wait), confidence (0–1), reasoning, and the condition that would change each voter's position.

**Example:** `{"question": "Should the next model deployed by a major cloud provider be required to refuse requests for assistance in creating malware, including code to exploit vulnerabilities, generate phishing kits, or bypass security controls?"}`

---
