Skip to main content
Glama

agentcore_tools

Enables integration of tools with AWS AgentCore agents, providing enterprise-grade security, observability, and scalability for building production-ready AI agents.

Instructions

Documentation on integrating tools with AWS AgentCore agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'agentcore_tools' MCP tool, registered via @mcp.tool() decorator. It loads and returns the documentation content from the embedded 'tools.md' file.
    @mcp.tool() async def agentcore_tools() -> str: """Documentation on integrating tools with AWS AgentCore agents.""" return pkg_resources.joinpath("content", "tools.md").read_text( encoding="utf-8" )
  • Registration of the 'agentcore_tools' tool using the FastMCP @mcp.tool() decorator.
    @mcp.tool()

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