Gremlin · Capability
Gremlin API — test-suites
Gremlin API — test-suites. 6 operations. Lead operation: Gets all reliability test suites for a company, starting with Gremlin's default global test suite, followed by other global suites and company's custom test suites. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
Getalltestsuites
— Gets all reliability test suites for a company, starting with Gremlin's default global test suite, followed by other global suites and company's custom test suites
/v1/test-suites
POST
Createtestsuite
— Creates a reliability test suite
/v1/test-suites
GET
Getrisks
— Retrieve the default list of available risks to add to a given TestSuite
/v1/test-suites/detected-risks
GET
Gettestsuite
— Gets a reliability test suite
/v1/test-suites/{testsuiteid}
DELETE
Deletetestsuite
— Delete a Test Suite.
/v1/test-suites/{testsuiteid}
PATCH
Updatetestsuite
— Updates a reliability test suite
/v1/test-suites/{testsuiteid}
MCP Tools
gets-all-reliability-test-suites
Gets all reliability test suites for a company, starting with Gremlin's default global test suite, followed by other global suites and company's custom test suites
read-only
idempotent
creates-reliability-test-suite
Creates a reliability test suite
read-only
retrieve-default-list-available-risks
Retrieve the default list of available risks to add to a given TestSuite
read-only
idempotent
gets-reliability-test-suite
Gets a reliability test suite
read-only
idempotent
delete-test-suite
Delete a Test Suite.
idempotent
updates-reliability-test-suite
Updates a reliability test suite
idempotent