Skip to main content
Glama
vjrivmon

Smart Agent Workflow MCP

by vjrivmon

sync_changelog

Syncs CHANGELOG.md with workflow information, following Keep a Changelog format. Automatically detects version from package.json and categorizes changes by feature type.

Instructions

Syncs CHANGELOG.md with workflow information. Follows Keep a Changelog format. Automatically detects version from package.json and categorizes changes based on feature type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entryNoEntry text. Default: auto-generated from workflow
versionNoVersion to add entry for. Default: from package.json or [Unreleased]
categoryNoChange category. Default: auto-detected from workflow type
workflow_idNoWorkflow ID to extract info from. Default: current workflow
changelog_pathNoPath to CHANGELOG.md. Default: ./CHANGELOG.md
Behavior3/5

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

With no annotations, the description carries the full burden of disclosing behavior. It explains the process (Keep a Changelog format, auto-detection, categorization) but does not mention that the tool modifies CHANGELOG.md, potential destructive overwriting, or preconditions like package.json existing. This is useful but incomplete for a mutation tool.

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 three short, front-loaded sentences. 'Syncs CHANGELOG.md with workflow information' immediately conveys the core purpose, and the following sentences add essential detail without waste. Every sentence earns its place.

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?

Given the tool's moderate complexity (5 optional params, no output schema, no annotations), the description provides a solid overview of what the tool does and its key behaviors. It could be more complete by mentioning side effects or when to prefer other tools, but it is sufficient for basic understanding and invocation.

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 schema has 100% parameter description coverage, so the baseline is 3. The description adds some context (e.g., 'categorizes changes based on feature type' relates to the category parameter) but largely repeats what the schema already documents. No additional parameter-level meaning is provided.

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 'Syncs CHANGELOG.md with workflow information,' providing a specific verb and resource. This clearly distinguishes it from sibling tools, as no other sibling targets CHANGELOG.md. Additional details like 'Follows Keep a Changelog format' further clarify its scope.

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 gives clear context: it is for syncing CHANGELOG.md with workflow data and mentions auto-detection of version and categorization. However, it does not explicitly state when to avoid using it or suggest alternatives (e.g., update_documentation), so it misses the highest tier.

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/vjrivmon/smart-agent-workflow-mcp'

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