Skip to main content
Glama
ajcastrob

MCP Venezuela FakeNews

by ajcastrob

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYNoAPI key de Tavily para búsquedas web. Sin ella las tools funcionan con conocimiento base solamente.

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_fakenews_patternsA

Devuelve los patrones principales de desinformación en Venezuela identificados en la investigación (basado en el cuaderno Obsidian).

verify_claimA

Verifica una afirmación sobre Venezuela usando búsqueda Tavily + patrones conocidos del cuaderno.

search_official_sourcesB

Busca información en fuentes oficiales y confiables sobre un tema de Venezuela.

generate_factcheck_reportB

Genera un reporte estructurado de verificación para un tema o claim sobre Venezuela.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct role: retrieving patterns, verifying a claim, searching sources, and generating a report. There is minimal overlap; verify_claim and search_official_sources serve different purposes despite both involving search.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_fakenews_patterns, verify_claim, search_official_sources, generate_factcheck_report). The style is uniformly snake_case with clear verbs, making the API predictable.

Tool Count5/5

With 4 tools, the set is well-scoped for a fact-checking server. It covers the essential operations without being bloated, fitting within the ideal 3-15 tool range.

Completeness4/5

The tool set covers the core workflow: retrieve patterns, verify a claim, search official sources, and generate a report. Minor gaps exist, such as no dedicated tool for listing all claims or updating patterns, but these are not critical for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues