Tool tree
Deliver production-ready software at AI speed. CircleCI helps modern teams validate, test, and ship every change with intelligent automation.
page: Every page
search-docsAnswer
Search CircleCI documentation for a topic, feature, or error message.
View tool JSON
{
"name": "search-docs",
"kind": "answer",
"impl": "imperative",
"description": "Search CircleCI documentation for a topic, feature, or error message.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search term, e.g. 'docker layer caching' or 'workflow syntax'."
}
},
"required": [
"query"
]
},
"page": "/"
}get-pricingAnswer
Get CircleCI pricing plans and cost information.
View tool JSON
{
"name": "get-pricing",
"kind": "answer",
"impl": "imperative",
"description": "Get CircleCI pricing plans and cost information.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get-product-infoAnswer
Get information about a CircleCI product or feature, such as orbs, insights, or self-hosted runners. Only known feature areas resolve to a specific page; anything else lands on the general product overview.
View tool JSON
{
"name": "get-product-info",
"kind": "answer",
"impl": "imperative",
"description": "Get information about a CircleCI product or feature, such as orbs, insights, or self-hosted runners. Only known feature areas resolve to a specific page; anything else lands on the general product overview.",
"inputSchema": {
"type": "object",
"properties": {
"feature": {
"type": "string",
"description": "Feature or product area, e.g. 'orbs', 'insights', or 'self-hosted-runners'. Omit for the general product overview."
}
}
},
"page": "/"
}find-integrationAnswer
Look up a CircleCI integration or orb by name.
View tool JSON
{
"name": "find-integration",
"kind": "answer",
"impl": "imperative",
"description": "Look up a CircleCI integration or orb by name.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Integration or orb name to search for, e.g. 'aws' or 'slack'."
}
}
},
"page": "/"
}get-api-referenceAnswer
Get a link to the CircleCI API v2 reference for a given endpoint area, such as pipelines, insights, or OIDC tokens. Only known endpoint areas deep-link to their section; anything else lands at the top of the reference.
View tool JSON
{
"name": "get-api-reference",
"kind": "answer",
"impl": "imperative",
"description": "Get a link to the CircleCI API v2 reference for a given endpoint area, such as pipelines, insights, or OIDC tokens. Only known endpoint areas deep-link to their section; anything else lands at the top of the reference.",
"inputSchema": {
"type": "object",
"properties": {
"endpointArea": {
"type": "string",
"description": "Endpoint area to jump to, e.g. 'insights' or 'pipeline'. Omit for the full API reference."
}
}
},
"page": "/"
}