agentcore_identity
Enable secure agent authentication and authorization to manage access and permissions for building production-ready AI agents with enterprise-grade security and scalability.
Instructions
Documentation on AgentCore Identity for secure agent authentication and authorization.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- The handler function for the 'agentcore_identity' tool. It returns the content of the 'identity.md' file as a string, providing documentation on AgentCore Identity.@mcp.tool() async def agentcore_identity() -> str: """Documentation on AgentCore Identity for secure agent authentication and authorization.""" return pkg_resources.joinpath("content", "identity.md").read_text( encoding="utf-8" )