Skip to main content
Glama

HooksMCP

test_specific

Run a targeted test by specifying its name and path using HooksMCP's simplified YAML configuration, enabling quick and precise test execution in development workflows.

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" }

Other Tools from HooksMCP

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