Skip to main content
Glama

Anti-Bullshit MCP Server

validate_sources

Verify the credibility of sources and claims using predefined validation frameworks such as empirical, responsible, harmonic, or pluralistic methods to ensure ethical and reliable information.

Instructions

Validate sources and evidence using configured framework

Input Schema

NameRequiredDescriptionDefault
frameworkNoValidation framework to use
textYesText containing claims and sources to validate

Input Schema (JSON Schema)

{ "properties": { "framework": { "description": "Validation framework to use", "enum": [ "empirical", "responsible", "harmonic", "pluralistic" ], "type": "string" }, "text": { "description": "Text containing claims and sources to validate", "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from Anti-Bullshit MCP Server

Related Tools

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/bmorphism/anti-bullshit-mcp-server'

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