Skip to main content
Glama
alissonf216

parliamentary-nlp-mcp

by alissonf216

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HF_TOKENNoHugging Face token. Only required if the model checkpoint is private.
PARLIAMENTARY_NLP_MODEL_IDNoHugging Face model identifier. Overrides the default model checkpoint.alissonf216/parliamentary-bertimbau-auditor

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
audit_parliamentary_speechA

Audit Portuguese parliamentary or political speech for offensive content.

Use this tool whenever a user asks you to analyse, moderate, classify, or safety-check political / legislative discourse in Portuguese (PT-BR), including floor speeches, committee interventions, social-media posts by elected officials, and campaign rhetoric.

The underlying BERTimbau-based classifier estimates:

  • Predominant category (neutral vs. offense / hate-speech tiers)

  • Softmax confidence for the top class

  • Shannon-entropy uncertainty; high entropy (> 0.60) sets requires_human_review=True so borderline cases can be escalated

Args: text: Raw Portuguese utterance or transcript excerpt to audit.

Returns: Structured audit dictionary with classification, confidence, entropy_uncertainty, class_probabilities, and requires_human_review.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alissonf216/parliamentary-nlp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server