Skip to main content
Glama
dheerajjha

blind-mcp

by dheerajjha

read_post

Fetches a full Blind post, its AI thread summary, and comments with each commenter's employer to help weigh the credibility of workplace claims.

Instructions

Read one Blind post in full.

Returns the body, Blind's own AI summary of the comment thread, and the comments with each commenter's employer -- which is how you weigh a claim (an answer from someone at the company differs from a passer-by).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
max_commentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavioral disclosure. It usefully describes the return payload (body, AI summary, comments with employer context) and the reasoning behind it. However, it does not disclose that max_comments limits how many comments are returned, despite the schema's default of 40, which could mislead an agent into expecting all comments.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: the core action comes first, then the return contents, then a concise rationale for the employer data. Every sentence contributes useful information without repetition or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main purpose, the return values, and the practical use case (weighing claims). Since an output schema exists, return format details are not required here. The main gap is the lack of any mention of max_comments or URL expectations, which keeps it just short of complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for the two parameters. It implies that 'url' identifies a single post, but it never explains the expected URL format or the meaning/behavior of 'max_comments'. This leaves both parameters underspecified beyond their names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource ('Read one Blind post in full'), which clearly distinguishes it from sibling list/search tools like company_posts and find. It also specifies what the tool returns, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies a clear use case: retrieving a single post by URL in order to read its full content and comments. It does not explicitly contrast with sibling tools or state when not to use it, but the 'one post in full' framing provides enough context for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/dheerajjha/blind-mcp'

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