Skip to main content
Glama

postmortem_track_actions

Generate and track action items from postmortems in a project directory to ensure follow-ups are completed.

Instructions

Generate action item tracking (Pro feature)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
directoryYesProject directory
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state what is created, modified, or returned, nor whether the api_key is required or how the directory is used. The 'Pro feature' hint adds minimal context about access restrictions.

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

Conciseness2/5

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

The description is very short, but this is under-specification rather than effective conciseness. The main phrase is front-loaded, but the parenthetical 'Pro feature' adds little operational value, and the text omits essential details an agent needs.

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

Completeness2/5

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

Given two parameters, no annotations, and no output schema, the description is not complete enough for correct invocation. It fails to explain what action item tracking output looks like, how the directory input is used, whether api_key is needed, and how this tool fits with the postmortem workflow.

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 only 50%, with 'directory' described as 'Project directory' and 'api_key' completely undocumented. The tool description adds no meaning for either parameter, so an agent cannot determine how api_key and directory relate to generating action item tracking.

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

Purpose3/5

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

The description states a verb ('Generate') and a resource ('action item tracking'), giving a basic sense of purpose. However, it is vague about what 'action item tracking' actually produces or does, and it does not distinguish the tool from sibling postmortem tools like postmortem_create_template or postmortem_analyze_timeline.

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 on when to use this tool versus the sibling postmortem tools. The only extra signal, 'Pro feature', is a licensing note, not a usage condition or alternative-selection rule.

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/barnburner121/claude-plugin-marketplace'

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