GenericToolLink
GenericToolLink
A link to a tool without additional configuration.
This is the base class for all tool links, representing the minimal set of fields needed to link any tool to an agent.
JSON Example
{
"link_type": "string",
"tool_id": "string"
}
string
link_type
Required
Type of tool link, which is always GENERIC_MCP_TOOL_LINK for generic MCP tools.
string As uuid
As uuid
tool_id
Required
A UUID of a tool to be used by the agent.