Skip to main content
Glama
umitkavala

mindpm

by umitkavala

Get Blockers

get_blockers

Retrieve all blocked tasks in a project with the reasons they are blocked. Use this to spot dependencies and resolve issues that stall progress.

Instructions

List all blocked tasks with what's blocking them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject name or ID

Schema Changelog

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

  1. First observedv1.4.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. 'List' conveys a read-only operation and 'all' communicates broad scope, while 'with what's blocking them' adds output detail. However, it does not disclose behavior when the optional project parameter is omitted, nor any ordering, pagination, or access considerations.

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 a single compact sentence with no filler. It front-loads the action and resource while including the most important output detail in a well-structured way.

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 list tool with one optional parameter and no output schema, the description adequately covers the purpose and the main return content. The only notable gap is that it does not explain whether omitting 'project' means all projects or the current context, but this is minor given the tool's low complexity.

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

Parameters3/5

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

The input schema already fully describes the only parameter, 'project', as 'Project name or ID', giving 100% schema description coverage. The description adds no parameter-level meaning or default behavior, so the baseline score of 3 is appropriate.

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 names a specific action ('List'), a precise resource ('blocked tasks'), and an additional output detail ('with what's blocking them'). This clearly distinguishes it from generic task-listing siblings such as list_tasks.

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

Usage Guidelines3/5

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

Usage is only implied: an agent would infer to use this tool when it needs blocked tasks and their blockers. No explicit guidance is given about when to prefer alternatives like list_tasks or get_task, and no exclusions are stated.

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

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/umitkavala/mindpm'

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