API Endpoint Test
Test an API endpoint, validate the response structure, and log results
Example Prompt
Test the /api/v2/users endpoint and validate that it returns a 200 with a JSON array of user objects
About
Sends a request to a specified API endpoint, validates the response status and body against expected values, and stores the test results for future reference. Useful for smoke-testing endpoints after deployments or during development.
Workflow Steps
Send an HTTP request to the target API endpoint and capture the response
๐ Fetch URLAnalyze the response status, headers, and body against expected values
๐ง Structured ReasoningWrite the detailed test results to a local log file
โ๏ธ Write FileStore the test outcome in memory for trend tracking
๐ง Store MemoryTools Used
Fetch URL
Make an HTTP request to a URL and return the response body
Write File
Write or overwrite a file at a specified path with the given content
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Required MCP Servers
Fetch
Retrieve and convert web content to markdown, extract text from URLs and APIs
Filesystem
Read, search, and manage files on the local filesystem
Memory (Knowledge Graph)
Persistent knowledge graph for storing and retrieving structured information across sessions
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision