/AWS1/CL_BDOMCPTOOLSCHEMACONF¶
The MCP tool schema configuration for an MCP server target. The tool schema must be aligned with the MCP specification.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_s3 TYPE REF TO /AWS1/CL_BDOS3CONFIGURATION /AWS1/CL_BDOS3CONFIGURATION¶
The Amazon S3 location of the tool schema. This location contains the schema definition file.
iv_inlinepayload TYPE /AWS1/BDOINLINEPAYLOAD /AWS1/BDOINLINEPAYLOAD¶
The inline payload containing the MCP tool schema definition.
Queryable Attributes¶
s3¶
The Amazon S3 location of the tool schema. This location contains the schema definition file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3() |
Getter for S3 |
inlinePayload¶
The inline payload containing the MCP tool schema definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INLINEPAYLOAD() |
Getter for INLINEPAYLOAD, with configurable default |
ASK_INLINEPAYLOAD() |
Getter for INLINEPAYLOAD w/ exceptions if field has no value |
HAS_INLINEPAYLOAD() |
Determine if INLINEPAYLOAD has a value |