| Repositories (GitHub, GitLab, Bitbucket, ADO Repos) | Branch | Branch to index files from; defaults to the repository’s active branch if None. | No | - | - | | | |
| Repositories (GitHub, GitLab, Bitbucket, ADO Repos) | Whitelist | Allow-list of file extensions or paths to include. Defaults to all files if None. Example: [“.md”, “.java”]. | No | - | - | | | |
| Repositories (GitHub, GitLab, Bitbucket, ADO Repos) | Blacklist | Deny-list of file extensions or paths to exclude. Defaults to no exclusions if None. Example: [“.md”, “.java”]. | No | - | - | | | |
| Test Management (Zephyr Enterprise) | Zql | ZQL query to search for test cases; Supported: estimatedTime, testcaseId, creator, release, project, priority, altId, version, versionId, automated, folder, contents, name, comment, tag; Examples: folder=“TestToolkit”, name~“TestToolkit5”. | No | - | ZQL syntax | | | |
| Test Management (Zephyr Scale) | Project Key | Jira project key filter (e.g., “PROJ”). | No | - | Jira project key | | | |
| Test Management (Zephyr Scale) | Jql | JQL-like query for searching test cases; Supported fields: folder (exact name), folderPath (full path), label, text (name/description), customFields (JSON string), steps, orderBy, orderDirection (ASC | DESC), limit, includeSubfolders (true | false), exactFolderMatch (true | false); Example: ‘folder = “Authentication” AND label in (“Smoke”, “Critical”) AND text ~ “login” AND orderBy = “name” AND orderDirection = “ASC”’. | No | - | JQL-like syntax |
| ADO Boards | Wiql | WIQL (Work Item Query Language) query string to select and filter Azure DevOps work items. | Yes | - | WIQL syntax | | | |
| ADO Plans | Plan Id | ID of the test plan for which test cases are requested. | Yes | - | numeric ID | | | |
| ADO Plans | Suite Ids | List of test suite IDs for which test cases are requested (can be empty to index all suites from the plan). Example: [2, 23]. | No | - | array of numeric IDs | | | |
| ADO Wiki | Wiki Identifier | Wiki identifier to index (e.g., “ABCProject.wiki”). | Yes | - | string | | | |
| ADO Wiki | Title Contains | Include only pages with titles containing this exact string. | No | - | string (exact match) | | | |
| SharePoint | Limit Files | Limit (maximum number) of files to return; supports synonyms like First, Top, or a numeric literal (e.g., “Top 10 files”). If not specified, use the default with no extra confirmation from a user. | No | 1000 | number or synonym keyword | | | |
| SharePoint | Include Extensions | List of file extensions to include when processing; if empty, all files are processed (except those in Skip Extensions). Example: [“.png”, “.jpg”]. | No | - | array of glob patterns | | | |
| SharePoint | Skip Extensions | List of file extensions to skip when processing. Example: [“.png”, “.jpg”]. | No | - | array of glob patterns | | | |
| Figma | Project Id | ID of the project to list files from (e.g., 55391681). | No | - | numeric ID | | | |
| Figma | File Keys Include | List of file keys to include in index if Project Id is not provided. Example: [“Fp24FuzPwH0L74ODSrCnQo”, “jmhAr6q78dJoMRqt48zisY”]. | No | - | array of strings | | | |
| Figma | File Keys Exclude | List of file keys to exclude from index; applied only if Project Id is provided and File Keys Include is not provided. Example: [“Fp24FuzPwH0L74ODSrCnQo”, “jmhAr6q78dJoMRqt48zisY”]. | No | - | array of strings | | | |
| Figma | Node Ids Include | List of top-level nodes (pages) in a file to include in index; node-id from Figma URL. Example: [“123-56”, “7651-9230”]. | No | - | array of strings | | | |
| Figma | Node Ids Exclude | List of top-level nodes (pages) to exclude; applied only if Node Ids Include is not provided; node-id from Figma URL. | No | - | array of strings | | | |
| Figma | Node Types Include | List of node types to include (e.g., FRAME, COMPONENT, RECTANGLE, COMPONENT_SET, INSTANCE, VECTOR). | No | - | array of enums | | | |
| Figma | Node Types Exclude | List of node types to exclude; applied only if Node Types Include is not provided. | No | - | array of enums | | | |
| TestRail | Project Id | TestRail project ID to index data from. | Yes | - | numeric ID | | | |
| TestRail | Suite Id | Optional TestRail suite ID to filter test cases. | No | - | numeric ID | | | |
| TestRail | Section Id | Optional section ID to filter test cases. | No | - | numeric ID | | | |
| TestRail | Include Attachments | Whether to include attachment content in indexing. Selected by default. | No | TRUE | boolean | | | |
| TestRail | Skip Attachment Extensions | List of file extensions to skip when processing attachments (e.g., [‘.png’, ‘.jpg’]). | No | - | array of extensions | | | |
| Xray Cloud | Jql | JQL query for searching test cases in Xray. Supported fields include project, testType, labels, summary, description, status, priority. Example: project = “CALC” AND testType = “Manual” AND labels in (“Smoke”, “Critical”). | No | - | JQL syntax | | | |
| Xray Cloud | Graphql | Custom GraphQL query for advanced data extraction. Should return test objects (issueId, jira, testType, steps, etc.). Example: query \{ getTests(jql: "project = \"CALC\"") \{ results \{ issueId jira(fields: ["key"]) testType \{ name \} steps \{ action result \} \} \} \}. | No | - | GraphQL syntax | | | |
| Xray Cloud | Include Attachments | Whether to include attachment content in indexing. | No | - | boolean | | | |
| Xray Cloud | Skip Attachment Extensions | List of file extensions to skip when processing attachments (e.g., [‘.exe’, ‘.zip’, ‘.bin’]). | No | - | array of extensions | | | |
| Confluence | Content Format | Render format for page content. | No | view | string (e.g., ‘view’) | | | |
| Confluence | Page Ids | List of page IDs to retrieve. | No | - | array of IDs | | | |
| Confluence | Label | Label to filter pages. | No | - | string | | | |
| Confluence | Cql | CQL query to filter pages. | No | - | CQL syntax | | | |
| Confluence | Limit | Limit the number of results. | No | 10 | number | | | |
| Confluence | Max Pages | Maximum number of pages to retrieve. | No | 1000 | number | | | |
| Confluence | Include Restricted Content | Include content with view restrictions (if permitted). | No | - | boolean | | | |
| Confluence | Include Archived Content | Include archived pages in results. | No | - | boolean | | | |
| Confluence | Include Attachments | Whether to include attachment content in indexing. | No | - | boolean | | | |
| Confluence | Include Comments | Include page comments in indexing. | No | - | boolean | | | |
| Confluence | Include Labels | Include page labels in indexing. | No | TRUE | boolean | | | |
| Confluence | Ocr Languages | OCR languages for processing attachments. | No | eng | language codes (e.g., ‘eng’) | | | |
| Confluence | Keep Markdown Format | Keep Markdown formatting in output. | No | TRUE | boolean | | | |
| Confluence | Keep Newlines | Preserve newlines in extracted content. | No | TRUE | boolean | | | |
| Confluence | Bins With Llm | Use LLM for processing binary files. | No | - | boolean | | | |
| Jira | Jql | JQL query to filter issues; if omitted, all accessible issues are indexed. Examples: ‘project=PROJ’, ‘parentEpic=EPIC-123’, ‘status=Open’. | No | - | JQL syntax | | | |
| Jira | Fields To Extract | Additional fields to extract from issues. | No | - | array of field keys | | | |
| Jira | Fields To Index | Additional fields to include in indexed content. | No | - | array of field keys | | | |
| Jira | Include Attachments | Whether to include attachment content in indexing. | No | - | boolean | | | |
| Jira | Max Total Issues | Maximum number of issues to index. | No | 1000 | number | | | |
| Jira | Skip Attachment Extensions | List of file extensions to skip when processing attachments (e.g., [‘.png’, ‘.jpg’]). | No | - | array of extensions | | | |