Skip to main content
Glama

MCP Agile Flow

by smian0

get_thoughts

Retrieve and organize recorded thoughts by category or depth to enhance clarity and structure in agile development workflows. Filter and manage insights efficiently.

Instructions

Retrieve recorded thoughts. This tool retrieves all previously recorded thoughts, optionally filtered by category. You can also choose to organize them hierarchically by depth.

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter to get thoughts from a specific category
organize_by_depthNoWhether to organize thoughts by depth relationships

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter to get thoughts from a specific category", "title": "Category" }, "organize_by_depth": { "default": false, "description": "Whether to organize thoughts by depth relationships", "title": "Organize By Depth", "type": "boolean" } }, "title": "get_thoughtsArguments", "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