Skip to main content
Glama

agentcore_observability

Monitor and debug AI agents within the AWS AgentCore framework to ensure performance, security, and scalability for enterprise-ready AI solutions.

Instructions

Documentation on AgentCore Observability for monitoring and debugging agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'agentcore_observability' tool, decorated with @mcp.tool() for registration. It loads and returns the contents of observability.md from the package resources.
    @mcp.tool() async def agentcore_observability() -> str: """Documentation on AgentCore Observability for monitoring and debugging agents.""" return pkg_resources.joinpath("content", "observability.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