Skip to main content
Glama

Reviewer MCP

by jaggederest

run_linter

Execute a standardized linter to analyze and optionally fix code issues in specified project files, ensuring code quality and consistency.

Instructions

Run standardized linter for the project

Input Schema

NameRequiredDescriptionDefault
filesNoSpecific files to lint
fixNoAttempt to fix issues automatically

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "Specific files to lint", "items": { "type": "string" }, "type": "array" }, "fix": { "default": false, "description": "Attempt to fix issues automatically", "type": "boolean" } }, "type": "object" }
Install Server

Other Tools from Reviewer 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/jaggederest/mcp_reviewer'

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