Skip to main content
Glama

MCP Agile Flow

by smian0

get_project_settings

Retrieve project settings for the current or proposed directory, including path, type, and metadata. Ensures configuration accuracy for agile workflows in MCP Agile Flow.

Instructions

Get the project settings for the current working directory or a proposed path. Returns configuration settings including project path, type, and metadata. If proposed_path is not provided or invalid, uses the current directory.

Input Schema

NameRequiredDescriptionDefault
proposed_pathNo

Input Schema (JSON Schema)

{ "properties": { "proposed_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Proposed Path" } }, "title": "get_project_settingsArguments", "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