CognitiveBiasLabs-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_supported_biasesA | Returns a list of all cognitive biases that this diagnostic engine supports and understands. |
| analyze_text_for_biasA | Analyzes a given text (e.g. an argument, a decision, a belief) and suggests which cognitive biases might be present. This is the core diagnostic engine function. |
| get_test_recommendationA | Get the test URL and details for a specific cognitive bias by its ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool serves a distinct function: listing supported biases, analyzing text, and retrieving test recommendations for a specific bias. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun snake_case pattern (get_supported_biases, analyze_text_for_bias, get_test_recommendation). The verbs and nouns are clear and predictable.
With only 3 tools, the set is tightly scoped to the server's core purpose of bias diagnosis. There are no redundant or superfluous tools, and the count is reasonable for a specialized diagnostic engine.
The tools cover the main workflow: list, analyze, and get test details. A minor gap is the lack of a general 'get bias details' endpoint, but for the apparent purpose of recommending tests, the coverage is sufficient.