Skip to main content
Glama

Lucidity MCP

analyze_changes

Extracts and structures git diff data, providing context and analysis instructions for AI models via the Model Context Protocol in Lucidity MCP.

Instructions

Prepare git changes for analysis through MCP.

This tool examines the current git diff, extracts changed code, and prepares structured data with context for the AI to analyze.

The tool doesn't perform analysis itself - it formats the git diff data and provides analysis instructions which get passed back to the AI model through the Model Context Protocol.

Args: workspace_root: The root directory of the workspace/git repository path: Optional specific file path to analyze

Returns: Structured git diff data with analysis instructions for the AI

Input Schema

NameRequiredDescriptionDefault
pathNo
workspace_rootNo

Input Schema (JSON Schema)

{ "properties": { "path": { "default": "", "title": "Path", "type": "string" }, "workspace_root": { "default": "", "title": "Workspace Root", "type": "string" } }, "title": "analyze_changesArguments", "type": "object" }

Other Tools from Lucidity MCP

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/hyperb1iss/lucidity-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server