Skip to main content
Glama

ActionsMCP

by scosman

test_specific

Execute a named test within a specified file or directory using the ActionsMCP server, streamlining targeted test runs for efficient development.

Instructions

Run a specific test by name

Input Schema

NameRequiredDescriptionDefault
TEST_NAMEYesName of the test to run
TEST_PATHNoPath to test file or directory

Input Schema (JSON Schema)

{ "properties": { "TEST_NAME": { "description": "Name of the test to run", "type": "string" }, "TEST_PATH": { "description": "Path to test file or directory", "type": "string" } }, "required": [ "TEST_NAME" ], "type": "object" }
Install Server

Other Tools from ActionsMCP

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/scosman/actions_mcp'

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