Skip to main content
Glama

MCP Agile Flow

by smian0

clear_thoughts

Remove recorded thoughts from the MCP Agile Flow server, optionally filtered by category. Helps manage and streamline AI-assisted agile development workflows.

Instructions

Clear recorded thoughts. This tool removes previously recorded thoughts, optionally filtered by category. If no category is specified, all thoughts will be cleared.

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter to clear thoughts from a specific category only

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter to clear thoughts from a specific category only", "title": "Category" } }, "title": "clear_thoughtsArguments", "type": "object" }

Other Tools from MCP Agile Flow

Related Tools

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/smian0/mcp-agile-flow'

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