Skip to content

Bedrock Agentcore Control  >  Structures  >  ApiGatewayToolOverride

ApiGatewayToolOverride

Structure Class

ApiGatewayToolOverride dataclass

Settings to override configurations for a tool.

Attributes

description class-attribute instance-attribute
description: str | None = None

The description of the tool. Provides information about the purpose and usage of the tool. If not provided, uses the description from the API's OpenAPI specification.

method instance-attribute
method: RestApiMethod

The HTTP method to expose for the specified path.

name instance-attribute
name: str

The name of tool. Identifies the tool in the Model Context Protocol.

path instance-attribute
path: str

Resource path in the REST API (e.g., /pets). Must explicitly match an existing path in the REST API.