Adapter Details: test

Provides various test operations for development and debugging. Supports echo operations, random data generation, error simulation, delay operations, and never-completing tasks. Perfect for testing async behavior, error handling, and orchestration workflows in the Covia platform.

Name:test
Class:covia.adapter.TestAdapter

MCP Tools

This adapter provides 6 MCP tool(s) for AI agent integration:

Tool NameDescription
test:neverAn operation that never completes, i.e. its status will remain PENDING
test:errorAlways fails, regardless of input
test:echoReturns the input unchanged. Useful for testing or as a generalised identity function.
orchestratorRuns a sequence of operations
test:delayRuns another op after a delay
test:randomGenerates a specified number of random bytes using a cryptographically secure random number generator

Navigation

Back to all adapters

Back to index