Tool tree
Airbyte is the open-source data integration platform: ELT pipelines into any warehouse, a context layer for AI agents, and 600+ connectors behind both.
search_connectorsAction
Search the Airbyte connector catalog by keyword (client-side redirect to /connectors).
View tool JSON
{
"name": "search_connectors",
"kind": "act",
"impl": "imperative",
"description": "Search the Airbyte connector catalog by keyword (client-side redirect to /connectors).",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Connector or source name"
}
},
"required": [
"query"
]
},
"page": "/"
}open_docsAction
Open Airbyte documentation for a topic.
View tool JSON
{
"name": "open_docs",
"kind": "act",
"impl": "imperative",
"description": "Open Airbyte documentation for a topic.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Docs path after docs.airbyte.com, e.g. /developers/api-documentation"
}
}
},
"page": "/"
}get_api_catalogAnswer
Fetch the RFC 9727 API catalog for Airbyte Cloud.
View tool JSON
{
"name": "get_api_catalog",
"kind": "answer",
"impl": "imperative",
"description": "Fetch the RFC 9727 API catalog for Airbyte Cloud.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}