Skip to main content
Glama

MCP Agile Flow

by smian0

get_project_settings

Retrieve project configuration settings, including path, type, and metadata, from the current working directory or a specified path using MCP Agile Flow. Handles invalid paths by defaulting to the current directory.

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" }

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