Skip to main content
Glama

Vale MCP Server

by theletterf

check_file

Analyze text files for style and grammar issues using Vale's linting rules. Identifies problems with location details and severity levels to help improve writing quality.

Instructions

Lint a file at a specific path against Vale style rules. Returns issues found with their locations and severity. If Vale is not installed, returns error with installation guidance.

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute or relative path to the file to check

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute or relative path to the file to check", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Vale MCP Server

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/theletterf/vale-mcp-server'

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