Aerostack
arrow_back Back to Agent Marketplace

Echo Test Agent AI Agent — Automation

N8n v0.1.0 Automation Free
play_arrow 0 runs star 0 stars schedule Updated Mar 12, 2026

Agent Echo Test Agent handles automation tasks autonomously. Connect it to any MCP server in your Aerostack workspace and trigger it via webhook, cron, or the dashboard.

Echoes back whatever you send — for testing

Input Schema expand_more
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "Any text toecho"
    },
    "language": {
      "type": "string",
      "description": "Response language"
    }
  },
  "required": [
    "prompt"
  ]
}
Output Schema expand_more
{
  "type": "object",
  "properties": {
    "json": {
      "type": "object",
      "description": "The echoed request body"
    },
    "headers": {
      "type": "object",
      "description": "Headers Aerostack sent"
    }
  }
}

Frequently asked questions

What does the Echo Test Agent agent do? +

Echo Test Agent is an autonomous AI agent for automation automation. It can plan, execute multi-step tasks, and use any MCP server or tool available in your workspace.

How do I run the Echo Test Agent agent? +

Deploy it from your Aerostack workspace: ```bash aerostack install agent @navin/echo-test-agent ``` Then trigger it via the dashboard, a webhook, or a scheduled cron.

Which LLMs does Echo Test Agent support? +

Echo Test Agent works with any LLM configured in your Aerostack workspace — including Claude (Anthropic), GPT-4o (OpenAI), and Gemini.

Can I connect Echo Test Agent to my own MCP servers? +

Yes. Any MCP server in your workspace is automatically available to Echo Test Agent. Add servers via the Aerostack dashboard and they appear as tools instantly.