Skip to main content
Glama

MCP Agile Flow

by smian0

think

Capture and organize thoughts during development with structured categories and hierarchical depth for efficient analysis and reference in agile workflows.

Instructions

Record a thought for later reference and analysis. This tool allows you to record thoughts during development or analysis processes. Thoughts can be organized by category and depth to create a hierarchical structure of analysis.

Input Schema

NameRequiredDescriptionDefault
categoryNodefault
depthNo
metadataNo
referencesNo
thoughtYes
timestampNo

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "default", "title": "Category", "type": "string" }, "depth": { "default": 0, "title": "Depth", "type": "integer" }, "metadata": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Metadata" }, "references": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "References" }, "thought": { "title": "Thought", "type": "string" }, "timestamp": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Timestamp" } }, "required": [ "thought" ], "title": "thinkArguments", "type": "object" }

You must be authenticated.

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