/AWS1/CL_TCEDESCRIPTORS¶
The typed set of descriptors for a registry record. Exactly one descriptor field is populated based on the record type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_mcpserver TYPE REF TO /AWS1/CL_TCEMCPSERVERDESCRPTR /AWS1/CL_TCEMCPSERVERDESCRPTR¶
The MCP server descriptor, populated when the record type is MCP.
io_a2aagentcard TYPE REF TO /AWS1/CL_TCEA2AAGNTCRDDESCRPTR /AWS1/CL_TCEA2AAGNTCRDDESCRPTR¶
The A2A agent card descriptor, populated when the record type is AGENT.
io_agentskillsdefinition TYPE REF TO /AWS1/CL_TCEAGENTSKILLSDEFDESC /AWS1/CL_TCEAGENTSKILLSDEFDESC¶
The agent skills definition descriptor, populated when the record type is SKILL.
io_custom TYPE REF TO /AWS1/CL_TCECUSTOMDESCRIPTOR /AWS1/CL_TCECUSTOMDESCRIPTOR¶
The custom descriptor, populated when the record type is CUSTOM.
io_http TYPE REF TO /AWS1/CL_TCEHTTPDESCRIPTOR /AWS1/CL_TCEHTTPDESCRIPTOR¶
The HTTP descriptor, populated for records detected from an HTTP protocol source.
io_agui TYPE REF TO /AWS1/CL_TCEAGUIDESCRIPTOR /AWS1/CL_TCEAGUIDESCRIPTOR¶
The AG-UI descriptor, populated for records detected from an AG-UI protocol source.
Queryable Attributes¶
mcpServer¶
The MCP server descriptor, populated when the record type is MCP.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MCPSERVER() |
Getter for MCPSERVER |
a2aAgentCard¶
The A2A agent card descriptor, populated when the record type is AGENT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_A2AAGENTCARD() |
Getter for A2AAGENTCARD |
agentSkillsDefinition¶
The agent skills definition descriptor, populated when the record type is SKILL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSKILLSDEFINITION() |
Getter for AGENTSKILLSDEFINITION |
custom¶
The custom descriptor, populated when the record type is CUSTOM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOM() |
Getter for CUSTOM |
http¶
The HTTP descriptor, populated for records detected from an HTTP protocol source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HTTP() |
Getter for HTTP |
agui¶
The AG-UI descriptor, populated for records detected from an AG-UI protocol source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGUI() |
Getter for AGUI |