Skip to main content
Glama

mcp-neurolora

by aindreyway

analyze_code

Analyze code files using OpenAI API by providing the absolute file path to identify patterns, issues, and improvements in the code. Requires API key for execution.

Instructions

Analyze code using OpenAI API (requires your API key). The analysis may take a few minutes. So, wait please.

Input Schema

NameRequiredDescriptionDefault
codePathYesAbsolute path to the code file to analyze (e.g. /Users/username/project/src/code.ts)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "codePath": { "description": "Absolute path to the code file to analyze (e.g. /Users/username/project/src/code.ts)", "type": "string" } }, "required": [ "codePath" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-neurolora

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/aindreyway/mcp-neurolora'

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