Builder

class Builder

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
var name: String?

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

Link copied to clipboard
var path: String?

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