Skip to main content
Glama

Strands Agent MCP

by imgaray

execute_agent

Run a specified Strands agent with a provided prompt to perform tasks, enabling integration with MCP-compatible systems like Amazon Q for streamlined operations.

Instructions

Execute an agent with a given prompt

Input Schema

NameRequiredDescriptionDefault
agent_nameYesThe name of the agent to execute
promptYesThe prompt to execute the agent with

Input Schema (JSON Schema)

{ "properties": { "agent_name": { "description": "The name of the agent to execute", "title": "Agent Name", "type": "string" }, "prompt": { "description": "The prompt to execute the agent with", "title": "Prompt", "type": "string" } }, "required": [ "agent_name", "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from Strands Agent MCP

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/imgaray/strands-agents-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server