Skip to main content
Glama
umitkavala

mindpm

by umitkavala

List Decisions

list_decisions

Retrieve project decisions and filter by tags to locate specific choices. Use this to review past decisions and maintain context for ongoing work.

Instructions

List decisions for a project. Filter by tags to find specific decisions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag
limitNoMax number of decisions to return (default: 20)
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

B3.3/5.0
Behavior3/5

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

The description conveys the core behavior: enumerating decisions and optionally filtering by tags. With no annotations, it does not add detail about pagination, ordering, project-required semantics, or response shape, though 'list' implies a read-only operation.

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?

Two short sentences front-load the main operation and add a useful filtering tip. There is no filler or redundant wording.

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

Completeness3/5

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

For a simple read-only list tool, the description is minimally adequate and the schema covers all parameters. However, key operational details are missing: whether project is required, how multiple tags work, and what the returned decision objects contain, especially since there is no output schema.

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?

Schema coverage is 100%, with each parameter already described. The description adds a general mention of tag filtering but does not clarify parameter relationships, multi-tag syntax, or behavior when project or limit are omitted.

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

Purpose4/5

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

The description clearly identifies the action ('List decisions'), the resource ('decisions'), and the scoping context ('for a project'). It is unambiguous next to sibling list_projects and list_tasks, though it does not explicitly contrast with log_decision or search tools.

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

Usage Guidelines2/5

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

There is no guidance about when to prefer this tool over alternatives such as query, search_notes, or get_project_summary. The only implication is 'when you need decisions,' with no exclusions or alternative-based routing.

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