ApiGatewayToolOverride

Settings to override configurations for a tool.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The HTTP method to expose for the specified path.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String