Skip to main content
Glama
dheerajjha

blind-mcp

by dheerajjha

company_topics

Retrieve the discussion topics Blind suggests for a given company, providing high-signal entry points for exploring relevant threads and posts.

Instructions

List the discussion topics Blind itself suggests for a company.

These are the highest-signal entry points -- e.g. Roku exposes india, wlb, culture, layoffs, interview, rsu. Use one as the topic for company_posts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyYes

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

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses that this is a read-only listing operation and explains the selection behavior: topics are 'Blind itself suggests' and are 'highest-signal entry points.' This adds meaningful behavioral context, although it does not mention potential edge cases such as companies with no suggested topics.

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 statement appears in the first sentence, followed by a helpful purpose rationale and concrete examples. Every sentence earns its place, and the reference to company_posts adds actionable guidance without bloat.

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?

For a simple one-parameter tool with an output schema, the description covers the main usage flow: retrieve suggested topics, then pass one to company_posts. The main gap is the missing company identifier format, but the overall tool behavior and integration with the sibling are sufficiently explained.

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 needed to compensate by explaining the `company` parameter, but it only says 'for a company.' It does not clarify the expected format (e.g., display name vs. slug), case sensitivity, or whether the company must match a known entity. The Roku example is about topic values, not the parameter format.

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 uses a specific verb ('List') with a clear resource ('discussion topics Blind itself suggests for a company'). It includes concrete examples (Roku's topics: india, wlb, culture, layoffs) and explicitly connects to the sibling company_posts by explaining that one of these topics should be used as its `topic`, making the tool's purpose unmistakable.

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 clearly tells the agent when to use this tool: to get the highest-signal entry points before calling company_posts. It explicitly names the relevant sibling and how the result should be consumed. It does not enumerate exclusions or alternatives like read_post/find/research, so it stops just short of full explicit when-not guidance.

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