Skip to main content
Glama

agentcore_gateway

Facilitates integration of external APIs and services with AWS AgentCore MCP Server, enabling streamlined connectivity for building secure and scalable AI agents.

Instructions

Documentation on AgentCore Gateway for integrating external APIs and services.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The agentcore_gateway tool handler function. It is registered via the @mcp.tool() decorator and returns the contents of the 'content/gateway.md' file as a string, providing documentation on AgentCore Gateway.
    @mcp.tool() async def agentcore_gateway() -> str: """Documentation on AgentCore Gateway for integrating external APIs and services.""" return pkg_resources.joinpath("content", "gateway.md").read_text( encoding="utf-8" )

Other Tools

Related Tools

Latest Blog Posts

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/weiwarren/agentcore-mcp-server'

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