Skip to main content
Glama

Rules MCP Server

get_rules_for_writing_tests

Retrieve essential rules for writing tests in Typescript or Python to ensure compliance and quality. Provides structured guidance for creating effective test cases.

Instructions

When writing tests, ALWAYS ask this tool for rules on how to write the test first. Then, use the rules to write the test.

Input Schema

NameRequiredDescriptionDefault
languageYesThe programming language the test is written in.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "The programming language the test is written in.", "enum": [ "typescript", "python" ], "type": "string" } }, "required": [ "language" ], "type": "object" }
Install Server

Other Tools from Rules 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/markacianfrani/mcp-pattern-language'

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