Skip to main content
Glama

MCP Agile Flow

by smian0

process_natural_language

Analyzes natural language queries to identify the appropriate tool and parameters within the MCP Agile Flow server, enabling streamlined interaction with agile development workflows.

Instructions

Process natural language command and route to appropriate tool.

This tool takes a natural language query and determines which tool to call with what parameters, providing a way to interact with the MCP Agile Flow tools using natural language.

Input Schema

NameRequiredDescriptionDefault
queryYesThe natural language query to process into a tool call

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The natural language query to process into a tool call", "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "process_natural_languageArguments", "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