attio-mcp 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +102 -3
- package/README.md +77 -1
- package/dist/api/attio-client.d.ts +25 -5
- package/dist/api/attio-client.d.ts.map +1 -1
- package/dist/api/attio-client.js +119 -125
- package/dist/api/attio-client.js.map +1 -1
- package/dist/api/client-cache.d.ts +43 -0
- package/dist/api/client-cache.d.ts.map +1 -0
- package/dist/api/client-cache.js +71 -0
- package/dist/api/client-cache.js.map +1 -0
- package/dist/api/client-config.d.ts +53 -0
- package/dist/api/client-config.d.ts.map +1 -0
- package/dist/api/client-config.js +101 -0
- package/dist/api/client-config.js.map +1 -0
- package/dist/api/client-context.js +1 -1
- package/dist/api/client-context.js.map +1 -1
- package/dist/api/client-strategies.d.ts +76 -0
- package/dist/api/client-strategies.d.ts.map +1 -0
- package/dist/api/client-strategies.js +218 -0
- package/dist/api/client-strategies.js.map +1 -0
- package/dist/api/lazy-client.d.ts +4 -3
- package/dist/api/lazy-client.d.ts.map +1 -1
- package/dist/api/lazy-client.js +20 -8
- package/dist/api/lazy-client.js.map +1 -1
- package/dist/api/operations/notes.d.ts +3 -2
- package/dist/api/operations/notes.d.ts.map +1 -1
- package/dist/api/operations/notes.js +4 -3
- package/dist/api/operations/notes.js.map +1 -1
- package/dist/api/operations/query-parser.d.ts +27 -0
- package/dist/api/operations/query-parser.d.ts.map +1 -0
- package/dist/api/operations/query-parser.js +123 -0
- package/dist/api/operations/query-parser.js.map +1 -0
- package/dist/api/operations/search.d.ts +2 -2
- package/dist/api/operations/search.d.ts.map +1 -1
- package/dist/api/operations/search.js +77 -22
- package/dist/api/operations/search.js.map +1 -1
- package/dist/api/operations/tasks.js +9 -15
- package/dist/api/operations/tasks.js.map +1 -1
- package/dist/api/operations/workspace-members.js +9 -15
- package/dist/api/operations/workspace-members.js.map +1 -1
- package/dist/cli.js +6 -0
- package/dist/cli.js.map +1 -1
- package/dist/config/tool-aliases.d.ts +21 -0
- package/dist/config/tool-aliases.d.ts.map +1 -0
- package/dist/config/tool-aliases.js +98 -0
- package/dist/config/tool-aliases.js.map +1 -0
- package/dist/config/tool-mode.d.ts.map +1 -1
- package/dist/config/tool-mode.js +1 -6
- package/dist/config/tool-mode.js.map +1 -1
- package/dist/errors/enhanced-api-errors.d.ts +21 -7
- package/dist/errors/enhanced-api-errors.d.ts.map +1 -1
- package/dist/errors/enhanced-api-errors.js +18 -1
- package/dist/errors/enhanced-api-errors.js.map +1 -1
- package/dist/handlers/tool-configs/lists.d.ts +48 -0
- package/dist/handlers/tool-configs/lists.d.ts.map +1 -1
- package/dist/handlers/tool-configs/lists.js +126 -22
- package/dist/handlers/tool-configs/lists.js.map +1 -1
- package/dist/handlers/tool-configs/openai/index.d.ts +1 -1
- package/dist/handlers/tool-configs/openai/index.d.ts.map +1 -1
- package/dist/handlers/tool-configs/openai/index.js +1 -1
- package/dist/handlers/tool-configs/openai/index.js.map +1 -1
- package/dist/handlers/tool-configs/people/crud.d.ts +5 -0
- package/dist/handlers/tool-configs/people/crud.d.ts.map +1 -1
- package/dist/handlers/tool-configs/people/crud.js +7 -2
- package/dist/handlers/tool-configs/people/crud.js.map +1 -1
- package/dist/handlers/tool-configs/people/index.d.ts +5 -0
- package/dist/handlers/tool-configs/people/index.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/batch-search.d.ts +10 -0
- package/dist/handlers/tool-configs/universal/batch-search.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/batch-search.js +18 -5
- package/dist/handlers/tool-configs/universal/batch-search.js.map +1 -1
- package/dist/handlers/tool-configs/universal/core/crud-error-handlers.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/core/crud-error-handlers.js +39 -1
- package/dist/handlers/tool-configs/universal/core/crud-error-handlers.js.map +1 -1
- package/dist/handlers/tool-configs/universal/core/crud-operations.d.ts +22 -0
- package/dist/handlers/tool-configs/universal/core/crud-operations.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/core/detailed-info-operations.d.ts +4 -0
- package/dist/handlers/tool-configs/universal/core/detailed-info-operations.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/core/detailed-info-operations.js +10 -4
- package/dist/handlers/tool-configs/universal/core/detailed-info-operations.js.map +1 -1
- package/dist/handlers/tool-configs/universal/core/index.d.ts +61 -11
- package/dist/handlers/tool-configs/universal/core/index.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/core/index.js +10 -10
- package/dist/handlers/tool-configs/universal/core/index.js.map +1 -1
- package/dist/handlers/tool-configs/universal/core/metadata-operations.d.ts +8 -0
- package/dist/handlers/tool-configs/universal/core/metadata-operations.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/core/metadata-operations.js +19 -8
- package/dist/handlers/tool-configs/universal/core/metadata-operations.js.map +1 -1
- package/dist/handlers/tool-configs/universal/core/notes-operations.d.ts +10 -4
- package/dist/handlers/tool-configs/universal/core/notes-operations.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/core/notes-operations.js +69 -51
- package/dist/handlers/tool-configs/universal/core/notes-operations.js.map +1 -1
- package/dist/handlers/tool-configs/universal/core/record-details-operations.d.ts +5 -0
- package/dist/handlers/tool-configs/universal/core/record-details-operations.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/core/record-details-operations.js +10 -4
- package/dist/handlers/tool-configs/universal/core/record-details-operations.js.map +1 -1
- package/dist/handlers/tool-configs/universal/core/search-operations.d.ts +5 -0
- package/dist/handlers/tool-configs/universal/core/search-operations.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/core/search-operations.js +10 -4
- package/dist/handlers/tool-configs/universal/core/search-operations.js.map +1 -1
- package/dist/handlers/tool-configs/universal/core/utils/note-formatters.d.ts +14 -0
- package/dist/handlers/tool-configs/universal/core/utils/note-formatters.d.ts.map +1 -0
- package/dist/handlers/tool-configs/universal/core/utils/note-formatters.js +92 -0
- package/dist/handlers/tool-configs/universal/core/utils/note-formatters.js.map +1 -0
- package/dist/handlers/tool-configs/universal/index.d.ts +120 -114
- package/dist/handlers/tool-configs/universal/index.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/index.js +61 -77
- package/dist/handlers/tool-configs/universal/index.js.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/advanced-search.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/advanced-search.js +3 -3
- package/dist/handlers/tool-configs/universal/operations/advanced-search.js.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/batch-operations.js +3 -3
- package/dist/handlers/tool-configs/universal/operations/batch-operations.js.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/content-search.js +3 -3
- package/dist/handlers/tool-configs/universal/operations/content-search.js.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/index.d.ts +49 -10
- package/dist/handlers/tool-configs/universal/operations/index.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/index.js +47 -20
- package/dist/handlers/tool-configs/universal/operations/index.js.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/operations-array.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/operations-array.js +3 -1
- package/dist/handlers/tool-configs/universal/operations/operations-array.js.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/relationship-search.js +4 -4
- package/dist/handlers/tool-configs/universal/operations/relationship-search.js.map +1 -1
- package/dist/handlers/tool-configs/universal/operations/timeframe-search.js +3 -3
- package/dist/handlers/tool-configs/universal/operations/timeframe-search.js.map +1 -1
- package/dist/handlers/tool-configs/universal/schemas/advanced-schemas.d.ts +43 -0
- package/dist/handlers/tool-configs/universal/schemas/advanced-schemas.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/schemas/advanced-schemas.js +55 -0
- package/dist/handlers/tool-configs/universal/schemas/advanced-schemas.js.map +1 -1
- package/dist/handlers/tool-configs/universal/schemas/core-schemas.d.ts +32 -0
- package/dist/handlers/tool-configs/universal/schemas/core-schemas.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/schemas/core-schemas.js +40 -0
- package/dist/handlers/tool-configs/universal/schemas/core-schemas.js.map +1 -1
- package/dist/handlers/tool-configs/universal/schemas/utility-schemas.d.ts +8 -2
- package/dist/handlers/tool-configs/universal/schemas/utility-schemas.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/schemas/utility-schemas.js +9 -2
- package/dist/handlers/tool-configs/universal/schemas/utility-schemas.js.map +1 -1
- package/dist/handlers/tool-configs/universal/schemas/validation-schemas.d.ts +8 -0
- package/dist/handlers/tool-configs/universal/schemas/validation-schemas.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/schemas/validation-schemas.js +12 -0
- package/dist/handlers/tool-configs/universal/schemas/validation-schemas.js.map +1 -1
- package/dist/handlers/tool-configs/universal/validators/schema-validator.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/validators/schema-validator.js +38 -3
- package/dist/handlers/tool-configs/universal/validators/schema-validator.js.map +1 -1
- package/dist/handlers/tool-configs/workspace-members.d.ts +25 -0
- package/dist/handlers/tool-configs/workspace-members.d.ts.map +1 -1
- package/dist/handlers/tool-configs/workspace-members.js +73 -40
- package/dist/handlers/tool-configs/workspace-members.js.map +1 -1
- package/dist/handlers/tools/dispatcher/core.d.ts.map +1 -1
- package/dist/handlers/tools/dispatcher/core.js +24 -31
- package/dist/handlers/tools/dispatcher/core.js.map +1 -1
- package/dist/handlers/tools/dispatcher/logging.d.ts +2 -10
- package/dist/handlers/tools/dispatcher/logging.d.ts.map +1 -1
- package/dist/handlers/tools/dispatcher/logging.js +3 -2
- package/dist/handlers/tools/dispatcher/logging.js.map +1 -1
- package/dist/handlers/tools/index.d.ts.map +1 -1
- package/dist/handlers/tools/index.js +35 -39
- package/dist/handlers/tools/index.js.map +1 -1
- package/dist/handlers/tools/registry.d.ts +270 -65
- package/dist/handlers/tools/registry.d.ts.map +1 -1
- package/dist/handlers/tools/registry.js +21 -13
- package/dist/handlers/tools/registry.js.map +1 -1
- package/dist/handlers/tools/standards/index.d.ts +17 -0
- package/dist/handlers/tools/standards/index.d.ts.map +1 -0
- package/dist/handlers/tools/standards/index.js +32 -0
- package/dist/handlers/tools/standards/index.js.map +1 -0
- package/dist/middleware/performance-enhanced.d.ts +4 -0
- package/dist/middleware/performance-enhanced.d.ts.map +1 -1
- package/dist/middleware/performance-enhanced.js +63 -3
- package/dist/middleware/performance-enhanced.js.map +1 -1
- package/dist/objects/batch-companies.d.ts.map +1 -1
- package/dist/objects/batch-companies.js +6 -2
- package/dist/objects/batch-companies.js.map +1 -1
- package/dist/objects/companies/search.d.ts.map +1 -1
- package/dist/objects/companies/search.js +6 -1
- package/dist/objects/companies/search.js.map +1 -1
- package/dist/objects/notes.d.ts.map +1 -1
- package/dist/objects/notes.js +21 -7
- package/dist/objects/notes.js.map +1 -1
- package/dist/prompts/error-handler.d.ts +8 -2
- package/dist/prompts/error-handler.d.ts.map +1 -1
- package/dist/prompts/error-handler.js +63 -4
- package/dist/prompts/error-handler.js.map +1 -1
- package/dist/prompts/handlers.d.ts +3 -0
- package/dist/prompts/handlers.d.ts.map +1 -1
- package/dist/prompts/handlers.js +144 -47
- package/dist/prompts/handlers.js.map +1 -1
- package/dist/prompts/v1/add-to-list.v1.d.ts +38 -0
- package/dist/prompts/v1/add-to-list.v1.d.ts.map +1 -0
- package/dist/prompts/v1/add-to-list.v1.js +91 -0
- package/dist/prompts/v1/add-to-list.v1.js.map +1 -0
- package/dist/prompts/v1/advance-deal.v1.d.ts +41 -0
- package/dist/prompts/v1/advance-deal.v1.d.ts.map +1 -0
- package/dist/prompts/v1/advance-deal.v1.js +100 -0
- package/dist/prompts/v1/advance-deal.v1.js.map +1 -0
- package/dist/prompts/v1/company-search.v1.d.ts +44 -0
- package/dist/prompts/v1/company-search.v1.d.ts.map +1 -0
- package/dist/prompts/v1/company-search.v1.js +114 -0
- package/dist/prompts/v1/company-search.v1.js.map +1 -0
- package/dist/prompts/v1/constants.d.ts +112 -0
- package/dist/prompts/v1/constants.d.ts.map +1 -0
- package/dist/prompts/v1/constants.js +119 -0
- package/dist/prompts/v1/constants.js.map +1 -0
- package/dist/prompts/v1/create-task.v1.d.ts +50 -0
- package/dist/prompts/v1/create-task.v1.d.ts.map +1 -0
- package/dist/prompts/v1/create-task.v1.js +136 -0
- package/dist/prompts/v1/create-task.v1.js.map +1 -0
- package/dist/prompts/v1/deal-search.v1.d.ts +44 -0
- package/dist/prompts/v1/deal-search.v1.d.ts.map +1 -0
- package/dist/prompts/v1/deal-search.v1.js +114 -0
- package/dist/prompts/v1/deal-search.v1.js.map +1 -0
- package/dist/prompts/v1/index.d.ts +56 -0
- package/dist/prompts/v1/index.d.ts.map +1 -0
- package/dist/prompts/v1/index.js +81 -0
- package/dist/prompts/v1/index.js.map +1 -0
- package/dist/prompts/v1/log-activity.v1.d.ts +48 -0
- package/dist/prompts/v1/log-activity.v1.d.ts.map +1 -0
- package/dist/prompts/v1/log-activity.v1.js +124 -0
- package/dist/prompts/v1/log-activity.v1.js.map +1 -0
- package/dist/prompts/v1/meeting-prep.v1.d.ts +42 -0
- package/dist/prompts/v1/meeting-prep.v1.d.ts.map +1 -0
- package/dist/prompts/v1/meeting-prep.v1.js +105 -0
- package/dist/prompts/v1/meeting-prep.v1.js.map +1 -0
- package/dist/prompts/v1/people-search.v1.d.ts +45 -0
- package/dist/prompts/v1/people-search.v1.d.ts.map +1 -0
- package/dist/prompts/v1/people-search.v1.js +115 -0
- package/dist/prompts/v1/people-search.v1.js.map +1 -0
- package/dist/prompts/v1/pipeline-health.v1.d.ts +48 -0
- package/dist/prompts/v1/pipeline-health.v1.d.ts.map +1 -0
- package/dist/prompts/v1/pipeline-health.v1.js +131 -0
- package/dist/prompts/v1/pipeline-health.v1.js.map +1 -0
- package/dist/prompts/v1/qualify-lead.v1.d.ts +51 -0
- package/dist/prompts/v1/qualify-lead.v1.d.ts.map +1 -0
- package/dist/prompts/v1/qualify-lead.v1.js +157 -0
- package/dist/prompts/v1/qualify-lead.v1.js.map +1 -0
- package/dist/prompts/v1/types.d.ts +134 -0
- package/dist/prompts/v1/types.d.ts.map +1 -0
- package/dist/prompts/v1/types.js +36 -0
- package/dist/prompts/v1/types.js.map +1 -0
- package/dist/prompts/v1/utils/telemetry.d.ts +64 -0
- package/dist/prompts/v1/utils/telemetry.d.ts.map +1 -0
- package/dist/prompts/v1/utils/telemetry.js +88 -0
- package/dist/prompts/v1/utils/telemetry.js.map +1 -0
- package/dist/prompts/v1/utils/token-metadata.d.ts +43 -0
- package/dist/prompts/v1/utils/token-metadata.d.ts.map +1 -0
- package/dist/prompts/v1/utils/token-metadata.js +90 -0
- package/dist/prompts/v1/utils/token-metadata.js.map +1 -0
- package/dist/prompts/v1/utils/validation.d.ts +69 -0
- package/dist/prompts/v1/utils/validation.d.ts.map +1 -0
- package/dist/prompts/v1/utils/validation.js +140 -0
- package/dist/prompts/v1/utils/validation.js.map +1 -0
- package/dist/server/createServer.js +1 -1
- package/dist/services/ErrorService.d.ts +27 -0
- package/dist/services/ErrorService.d.ts.map +1 -1
- package/dist/services/ErrorService.js +92 -1
- package/dist/services/ErrorService.js.map +1 -1
- package/dist/services/UniversalUpdateService.d.ts.map +1 -1
- package/dist/services/UniversalUpdateService.js +32 -2
- package/dist/services/UniversalUpdateService.js.map +1 -1
- package/dist/services/create/data-normalizers.d.ts.map +1 -1
- package/dist/services/create/data-normalizers.js +18 -1
- package/dist/services/create/data-normalizers.js.map +1 -1
- package/dist/services/metadata/MetadataDiscoveryService.d.ts +4 -2
- package/dist/services/metadata/MetadataDiscoveryService.d.ts.map +1 -1
- package/dist/services/metadata/MetadataDiscoveryService.js +69 -157
- package/dist/services/metadata/MetadataDiscoveryService.js.map +1 -1
- package/dist/services/metadata/discovery-runner.d.ts +25 -0
- package/dist/services/metadata/discovery-runner.d.ts.map +1 -0
- package/dist/services/metadata/discovery-runner.js +66 -0
- package/dist/services/metadata/discovery-runner.js.map +1 -0
- package/dist/services/metadata/task-metadata.d.ts +13 -0
- package/dist/services/metadata/task-metadata.d.ts.map +1 -0
- package/dist/services/metadata/task-metadata.js +84 -0
- package/dist/services/metadata/task-metadata.js.map +1 -0
- package/dist/services/normalizers/AttributeAwareNormalizer.d.ts.map +1 -1
- package/dist/services/normalizers/AttributeAwareNormalizer.js +99 -5
- package/dist/services/normalizers/AttributeAwareNormalizer.js.map +1 -1
- package/dist/services/normalizers/PhoneNormalizer.d.ts +2 -2
- package/dist/services/normalizers/PhoneNormalizer.d.ts.map +1 -1
- package/dist/services/normalizers/PhoneNormalizer.js +1 -7
- package/dist/services/normalizers/PhoneNormalizer.js.map +1 -1
- package/dist/services/search-strategies/CompanySearchStrategy.d.ts.map +1 -1
- package/dist/services/search-strategies/CompanySearchStrategy.js +10 -4
- package/dist/services/search-strategies/CompanySearchStrategy.js.map +1 -1
- package/dist/services/search-strategies/PeopleSearchStrategy.d.ts.map +1 -1
- package/dist/services/search-strategies/PeopleSearchStrategy.js +21 -15
- package/dist/services/search-strategies/PeopleSearchStrategy.js.map +1 -1
- package/dist/services/search-strategies/query-filter-builder.d.ts +5 -0
- package/dist/services/search-strategies/query-filter-builder.d.ts.map +1 -0
- package/dist/services/search-strategies/query-filter-builder.js +129 -0
- package/dist/services/search-strategies/query-filter-builder.js.map +1 -0
- package/dist/services/utils/attribute-metadata.d.ts +7 -0
- package/dist/services/utils/attribute-metadata.d.ts.map +1 -0
- package/dist/services/utils/attribute-metadata.js +84 -0
- package/dist/services/utils/attribute-metadata.js.map +1 -0
- package/dist/smithery.d.ts +3 -0
- package/dist/smithery.d.ts.map +1 -1
- package/dist/smithery.js +18 -0
- package/dist/smithery.js.map +1 -1
- package/dist/types/attio.d.ts +32 -11
- package/dist/types/attio.d.ts.map +1 -1
- package/dist/types/attio.js.map +1 -1
- package/dist/types/list-types.d.ts +2 -0
- package/dist/types/list-types.d.ts.map +1 -1
- package/dist/types/list-types.js.map +1 -1
- package/dist/utils/attribute-format-helpers.d.ts.map +1 -1
- package/dist/utils/attribute-format-helpers.js +22 -0
- package/dist/utils/attribute-format-helpers.js.map +1 -1
- package/dist/utils/axios-error-mapper.d.ts +1 -0
- package/dist/utils/axios-error-mapper.d.ts.map +1 -1
- package/dist/utils/axios-error-mapper.js.map +1 -1
- package/dist/utils/client-resolver.d.ts +3 -3
- package/dist/utils/client-resolver.d.ts.map +1 -1
- package/dist/utils/client-resolver.js +28 -21
- package/dist/utils/client-resolver.js.map +1 -1
- package/dist/utils/error-handler.js +2 -2
- package/dist/utils/error-handler.js.map +1 -1
- package/dist/utils/error-sanitizer.d.ts.map +1 -1
- package/dist/utils/error-sanitizer.js +52 -3
- package/dist/utils/error-sanitizer.js.map +1 -1
- package/dist/utils/json-serializer.d.ts.map +1 -1
- package/dist/utils/json-serializer.js +55 -6
- package/dist/utils/json-serializer.js.map +1 -1
- package/dist/utils/log-sanitizer.d.ts +14 -0
- package/dist/utils/log-sanitizer.d.ts.map +1 -0
- package/dist/utils/log-sanitizer.js +248 -0
- package/dist/utils/log-sanitizer.js.map +1 -0
- package/dist/utils/logger.d.ts +15 -9
- package/dist/utils/logger.d.ts.map +1 -1
- package/dist/utils/logger.js +74 -42
- package/dist/utils/logger.js.map +1 -1
- package/dist/utils/mcp-discovery.d.ts +16 -0
- package/dist/utils/mcp-discovery.d.ts.map +1 -0
- package/dist/utils/mcp-discovery.js +36 -0
- package/dist/utils/mcp-discovery.js.map +1 -0
- package/dist/utils/secure-error-handler.d.ts +16 -1
- package/dist/utils/secure-error-handler.d.ts.map +1 -1
- package/dist/utils/secure-error-handler.js +91 -12
- package/dist/utils/secure-error-handler.js.map +1 -1
- package/dist/utils/token-count.d.ts +5 -0
- package/dist/utils/token-count.d.ts.map +1 -0
- package/dist/utils/token-count.js +97 -0
- package/dist/utils/token-count.js.map +1 -0
- package/dist/utils/token-footprint-analyzer.d.ts +46 -0
- package/dist/utils/token-footprint-analyzer.d.ts.map +1 -0
- package/dist/utils/token-footprint-analyzer.js +221 -0
- package/dist/utils/token-footprint-analyzer.js.map +1 -0
- package/dist/utils/validation/phone-validation.d.ts +25 -0
- package/dist/utils/validation/phone-validation.d.ts.map +1 -0
- package/dist/utils/validation/phone-validation.js +132 -0
- package/dist/utils/validation/phone-validation.js.map +1 -0
- package/dist/utils/validation/uuid-validation.d.ts.map +1 -1
- package/dist/utils/validation/uuid-validation.js +1 -0
- package/dist/utils/validation/uuid-validation.js.map +1 -1
- package/package.json +20 -2
|
@@ -15,34 +15,34 @@ export declare const TOOL_CONFIGS: {
|
|
|
15
15
|
UNIVERSAL: {
|
|
16
16
|
'openai-search': ToolConfig;
|
|
17
17
|
'openai-fetch': ToolConfig;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
records_search_batch: import("../tool-configs/universal/types.js").UniversalToolConfig<Record<string, unknown>, unknown>;
|
|
19
|
+
records_search_advanced: import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").AdvancedSearchParams, import("../../types/attio.js").AttioRecord[]>;
|
|
20
|
+
records_search_by_relationship: import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").RelationshipSearchParams, import("../../types/attio.js").AttioRecord[]>;
|
|
21
|
+
records_search_by_content: import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").ContentSearchParams, import("../../types/attio.js").AttioRecord[]>;
|
|
22
|
+
records_search_by_timeframe: import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").TimeframeSearchParams, import("../../types/attio.js").AttioRecord[]>;
|
|
23
|
+
records_batch: import("../tool-configs/universal/types.js").UniversalToolConfig<Record<string, unknown>, Record<string, unknown> | Record<string, unknown>[]>;
|
|
24
24
|
'create-note': import("../tool-configs/universal/types.js").UniversalToolConfig<Record<string, unknown>, Record<string, unknown>>;
|
|
25
25
|
'list-notes': import("../tool-configs/universal/types.js").UniversalToolConfig<Record<string, unknown>, Record<string, unknown>[]>;
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
records_search: import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").UniversalSearchParams, import("../../types/attio.js").AttioRecord[]>;
|
|
27
|
+
records_get_details: import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").UniversalRecordDetailsParams, import("../../types/attio.js").AttioRecord>;
|
|
28
28
|
'create-record': import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").UniversalCreateParams, import("../../types/attio.js").AttioRecord>;
|
|
29
29
|
'update-record': import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").UniversalUpdateParams, import("../../types/attio.js").EnhancedAttioRecord>;
|
|
30
30
|
'delete-record': import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").UniversalDeleteParams, {
|
|
31
31
|
success: boolean;
|
|
32
32
|
record_id: string;
|
|
33
33
|
}>;
|
|
34
|
-
|
|
34
|
+
records_get_attributes: import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").UniversalAttributesParams, Record<string, unknown> | {
|
|
35
35
|
error: string;
|
|
36
36
|
success: boolean;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
records_discover_attributes: import("../tool-configs/universal/types.js").UniversalToolConfig<{
|
|
39
39
|
resource_type: import("../tool-configs/universal/types.js").UniversalResourceType;
|
|
40
40
|
categories?: string[];
|
|
41
41
|
}, Record<string, unknown> | {
|
|
42
42
|
error: string;
|
|
43
43
|
success: boolean;
|
|
44
44
|
}>;
|
|
45
|
-
|
|
45
|
+
records_get_info: import("../tool-configs/universal/types.js").UniversalToolConfig<import("../tool-configs/universal/types.js").UniversalDetailedInfoParams, Record<string, unknown>>;
|
|
46
46
|
'aaa-health-check': {
|
|
47
47
|
name: string;
|
|
48
48
|
handler: (params: {
|
|
@@ -50,34 +50,7 @@ export declare const TOOL_CONFIGS: {
|
|
|
50
50
|
}) => Promise<{
|
|
51
51
|
content: {
|
|
52
52
|
type: string;
|
|
53
|
-
|
|
54
|
-
readonly ok: true;
|
|
55
|
-
readonly name: "attio-mcp";
|
|
56
|
-
readonly echo: string | undefined;
|
|
57
|
-
readonly timestamp: string;
|
|
58
|
-
readonly environment: string;
|
|
59
|
-
readonly needs_api_key: true;
|
|
60
|
-
};
|
|
61
|
-
}[];
|
|
62
|
-
isError: boolean;
|
|
63
|
-
}>;
|
|
64
|
-
formatResult: (res: Record<string, unknown>) => string;
|
|
65
|
-
};
|
|
66
|
-
'health-check': {
|
|
67
|
-
name: string;
|
|
68
|
-
handler: (params: {
|
|
69
|
-
[key: string]: unknown;
|
|
70
|
-
}) => Promise<{
|
|
71
|
-
content: {
|
|
72
|
-
type: string;
|
|
73
|
-
data: {
|
|
74
|
-
readonly ok: true;
|
|
75
|
-
readonly name: "attio-mcp";
|
|
76
|
-
readonly echo: string | undefined;
|
|
77
|
-
readonly timestamp: string;
|
|
78
|
-
readonly environment: string;
|
|
79
|
-
readonly needs_api_key: true;
|
|
80
|
-
};
|
|
53
|
+
text: string;
|
|
81
54
|
}[];
|
|
82
55
|
isError: boolean;
|
|
83
56
|
}>;
|
|
@@ -209,7 +182,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
209
182
|
UNIVERSAL: {
|
|
210
183
|
'openai-search': {
|
|
211
184
|
readonly name: "search";
|
|
212
|
-
readonly description: "
|
|
185
|
+
readonly description: "Simple search by query string across companies, people, lists, and tasks. For advanced filtering, date ranges, or relationships, use records.search instead.";
|
|
213
186
|
readonly inputSchema: {
|
|
214
187
|
type: "object";
|
|
215
188
|
properties: {
|
|
@@ -256,7 +229,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
256
229
|
readonly idempotentHint: true;
|
|
257
230
|
};
|
|
258
231
|
};
|
|
259
|
-
|
|
232
|
+
records_search_batch: {
|
|
260
233
|
name: string;
|
|
261
234
|
description: string;
|
|
262
235
|
inputSchema: {
|
|
@@ -289,13 +262,18 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
289
262
|
};
|
|
290
263
|
required: ("resource_type" | "queries")[];
|
|
291
264
|
additionalProperties: boolean;
|
|
265
|
+
examples: {
|
|
266
|
+
resource_type: string;
|
|
267
|
+
queries: string[];
|
|
268
|
+
limit: number;
|
|
269
|
+
}[];
|
|
292
270
|
};
|
|
293
271
|
annotations: {
|
|
294
272
|
readOnlyHint: boolean;
|
|
295
273
|
idempotentHint: boolean;
|
|
296
274
|
};
|
|
297
275
|
};
|
|
298
|
-
|
|
276
|
+
records_search_advanced: {
|
|
299
277
|
name: string;
|
|
300
278
|
description: string;
|
|
301
279
|
inputSchema: {
|
|
@@ -341,13 +319,26 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
341
319
|
};
|
|
342
320
|
required: "resource_type"[];
|
|
343
321
|
additionalProperties: boolean;
|
|
322
|
+
examples: {
|
|
323
|
+
resource_type: string;
|
|
324
|
+
filters: {
|
|
325
|
+
filters: {
|
|
326
|
+
attribute: {
|
|
327
|
+
slug: string;
|
|
328
|
+
};
|
|
329
|
+
condition: string;
|
|
330
|
+
value: string;
|
|
331
|
+
}[];
|
|
332
|
+
};
|
|
333
|
+
limit: number;
|
|
334
|
+
}[];
|
|
344
335
|
};
|
|
345
336
|
annotations: {
|
|
346
337
|
readOnlyHint: boolean;
|
|
347
338
|
idempotentHint: boolean;
|
|
348
339
|
};
|
|
349
340
|
};
|
|
350
|
-
|
|
341
|
+
records_search_by_relationship: {
|
|
351
342
|
name: string;
|
|
352
343
|
description: string;
|
|
353
344
|
inputSchema: {
|
|
@@ -387,13 +378,19 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
387
378
|
};
|
|
388
379
|
required: ("source_id" | "relationship_type")[];
|
|
389
380
|
additionalProperties: boolean;
|
|
381
|
+
examples: {
|
|
382
|
+
relationship_type: import("../tool-configs/universal/types.js").RelationshipType;
|
|
383
|
+
source_id: string;
|
|
384
|
+
target_resource_type: string;
|
|
385
|
+
limit: number;
|
|
386
|
+
}[];
|
|
390
387
|
};
|
|
391
388
|
annotations: {
|
|
392
389
|
readOnlyHint: boolean;
|
|
393
390
|
idempotentHint: boolean;
|
|
394
391
|
};
|
|
395
392
|
};
|
|
396
|
-
|
|
393
|
+
records_search_by_content: {
|
|
397
394
|
name: string;
|
|
398
395
|
description: string;
|
|
399
396
|
inputSchema: {
|
|
@@ -429,13 +426,19 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
429
426
|
};
|
|
430
427
|
required: ("resource_type" | "content_type" | "search_query")[];
|
|
431
428
|
additionalProperties: boolean;
|
|
429
|
+
examples: {
|
|
430
|
+
resource_type: string;
|
|
431
|
+
content_type: import("../tool-configs/universal/types.js").ContentSearchType;
|
|
432
|
+
search_query: string;
|
|
433
|
+
limit: number;
|
|
434
|
+
}[];
|
|
432
435
|
};
|
|
433
436
|
annotations: {
|
|
434
437
|
readOnlyHint: boolean;
|
|
435
438
|
idempotentHint: boolean;
|
|
436
439
|
};
|
|
437
440
|
};
|
|
438
|
-
|
|
441
|
+
records_search_by_timeframe: {
|
|
439
442
|
name: string;
|
|
440
443
|
description: string;
|
|
441
444
|
inputSchema: {
|
|
@@ -477,13 +480,19 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
477
480
|
};
|
|
478
481
|
required: "resource_type"[];
|
|
479
482
|
additionalProperties: boolean;
|
|
483
|
+
examples: {
|
|
484
|
+
resource_type: string;
|
|
485
|
+
timeframe_type: import("../tool-configs/universal/types.js").TimeframeType;
|
|
486
|
+
start_date: string;
|
|
487
|
+
end_date: string;
|
|
488
|
+
}[];
|
|
480
489
|
};
|
|
481
490
|
annotations: {
|
|
482
491
|
readOnlyHint: boolean;
|
|
483
492
|
idempotentHint: boolean;
|
|
484
493
|
};
|
|
485
494
|
};
|
|
486
|
-
|
|
495
|
+
records_batch: {
|
|
487
496
|
name: string;
|
|
488
497
|
description: string;
|
|
489
498
|
inputSchema: {
|
|
@@ -551,13 +560,21 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
551
560
|
};
|
|
552
561
|
required: "resource_type"[];
|
|
553
562
|
additionalProperties: boolean;
|
|
563
|
+
examples: {
|
|
564
|
+
resource_type: string;
|
|
565
|
+
operation_type: import("../tool-configs/universal/types.js").BatchOperationType;
|
|
566
|
+
records: {
|
|
567
|
+
name: string;
|
|
568
|
+
domain: string;
|
|
569
|
+
}[];
|
|
570
|
+
}[];
|
|
554
571
|
};
|
|
555
572
|
annotations: {
|
|
556
573
|
readOnlyHint: boolean;
|
|
557
574
|
destructiveHint: boolean;
|
|
558
575
|
};
|
|
559
576
|
};
|
|
560
|
-
|
|
577
|
+
records_search: {
|
|
561
578
|
name: string;
|
|
562
579
|
description: string;
|
|
563
580
|
inputSchema: {
|
|
@@ -656,13 +673,18 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
656
673
|
};
|
|
657
674
|
required: "resource_type"[];
|
|
658
675
|
additionalProperties: boolean;
|
|
676
|
+
examples: {
|
|
677
|
+
resource_type: string;
|
|
678
|
+
query: string;
|
|
679
|
+
limit: number;
|
|
680
|
+
}[];
|
|
659
681
|
};
|
|
660
682
|
annotations: {
|
|
661
683
|
readOnlyHint: boolean;
|
|
662
684
|
idempotentHint: boolean;
|
|
663
685
|
};
|
|
664
686
|
};
|
|
665
|
-
|
|
687
|
+
records_get_details: {
|
|
666
688
|
name: string;
|
|
667
689
|
description: string;
|
|
668
690
|
inputSchema: {
|
|
@@ -687,6 +709,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
687
709
|
};
|
|
688
710
|
required: ("record_id" | "resource_type")[];
|
|
689
711
|
additionalProperties: boolean;
|
|
712
|
+
examples: {
|
|
713
|
+
resource_type: string;
|
|
714
|
+
record_id: string;
|
|
715
|
+
fields: string[];
|
|
716
|
+
}[];
|
|
690
717
|
};
|
|
691
718
|
annotations: {
|
|
692
719
|
readOnlyHint: boolean;
|
|
@@ -717,6 +744,16 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
717
744
|
};
|
|
718
745
|
required: ("resource_type" | "record_data")[];
|
|
719
746
|
additionalProperties: boolean;
|
|
747
|
+
examples: {
|
|
748
|
+
resource_type: string;
|
|
749
|
+
record_data: {
|
|
750
|
+
name: string;
|
|
751
|
+
email_addresses: {
|
|
752
|
+
email_address: string;
|
|
753
|
+
}[];
|
|
754
|
+
};
|
|
755
|
+
return_details: boolean;
|
|
756
|
+
}[];
|
|
720
757
|
};
|
|
721
758
|
annotations: {
|
|
722
759
|
readOnlyHint: boolean;
|
|
@@ -751,6 +788,14 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
751
788
|
};
|
|
752
789
|
required: ("record_id" | "resource_type" | "record_data")[];
|
|
753
790
|
additionalProperties: boolean;
|
|
791
|
+
examples: {
|
|
792
|
+
resource_type: string;
|
|
793
|
+
record_id: string;
|
|
794
|
+
record_data: {
|
|
795
|
+
status: string;
|
|
796
|
+
};
|
|
797
|
+
return_details: boolean;
|
|
798
|
+
}[];
|
|
754
799
|
};
|
|
755
800
|
annotations: {
|
|
756
801
|
readOnlyHint: boolean;
|
|
@@ -775,13 +820,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
775
820
|
};
|
|
776
821
|
required: ("record_id" | "resource_type")[];
|
|
777
822
|
additionalProperties: boolean;
|
|
823
|
+
examples: {
|
|
824
|
+
resource_type: string;
|
|
825
|
+
record_id: string;
|
|
826
|
+
}[];
|
|
778
827
|
};
|
|
779
828
|
annotations: {
|
|
780
829
|
readOnlyHint: boolean;
|
|
781
830
|
destructiveHint: boolean;
|
|
782
831
|
};
|
|
783
832
|
};
|
|
784
|
-
|
|
833
|
+
records_get_attributes: {
|
|
785
834
|
name: string;
|
|
786
835
|
description: string;
|
|
787
836
|
inputSchema: {
|
|
@@ -813,13 +862,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
813
862
|
};
|
|
814
863
|
required: "resource_type"[];
|
|
815
864
|
additionalProperties: boolean;
|
|
865
|
+
examples: {
|
|
866
|
+
resource_type: string;
|
|
867
|
+
categories: string[];
|
|
868
|
+
}[];
|
|
816
869
|
};
|
|
817
870
|
annotations: {
|
|
818
871
|
readOnlyHint: boolean;
|
|
819
872
|
idempotentHint: boolean;
|
|
820
873
|
};
|
|
821
874
|
};
|
|
822
|
-
|
|
875
|
+
records_discover_attributes: {
|
|
823
876
|
name: string;
|
|
824
877
|
description: string;
|
|
825
878
|
inputSchema: {
|
|
@@ -840,13 +893,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
840
893
|
};
|
|
841
894
|
required: "resource_type"[];
|
|
842
895
|
additionalProperties: boolean;
|
|
896
|
+
examples: {
|
|
897
|
+
resource_type: string;
|
|
898
|
+
categories: string[];
|
|
899
|
+
}[];
|
|
843
900
|
};
|
|
844
901
|
annotations: {
|
|
845
902
|
readOnlyHint: boolean;
|
|
846
903
|
idempotentHint: boolean;
|
|
847
904
|
};
|
|
848
905
|
};
|
|
849
|
-
|
|
906
|
+
records_get_info: {
|
|
850
907
|
name: string;
|
|
851
908
|
description: string;
|
|
852
909
|
inputSchema: {
|
|
@@ -864,6 +921,10 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
864
921
|
};
|
|
865
922
|
required: ("record_id" | "resource_type")[];
|
|
866
923
|
additionalProperties: boolean;
|
|
924
|
+
examples: {
|
|
925
|
+
resource_type: string;
|
|
926
|
+
record_id: string;
|
|
927
|
+
}[];
|
|
867
928
|
};
|
|
868
929
|
annotations: {
|
|
869
930
|
readOnlyHint: boolean;
|
|
@@ -893,8 +954,14 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
893
954
|
type: "string";
|
|
894
955
|
description: string;
|
|
895
956
|
};
|
|
957
|
+
format: {
|
|
958
|
+
type: "string";
|
|
959
|
+
enum: string[];
|
|
960
|
+
description: string;
|
|
961
|
+
default: string;
|
|
962
|
+
};
|
|
896
963
|
};
|
|
897
|
-
required: ("
|
|
964
|
+
required: ("title" | "content" | "record_id" | "resource_type")[];
|
|
898
965
|
additionalProperties: boolean;
|
|
899
966
|
};
|
|
900
967
|
annotations: {
|
|
@@ -956,19 +1023,6 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
956
1023
|
idempotentHint: boolean;
|
|
957
1024
|
};
|
|
958
1025
|
};
|
|
959
|
-
'health-check': {
|
|
960
|
-
name: string;
|
|
961
|
-
description: string;
|
|
962
|
-
inputSchema: {
|
|
963
|
-
type: string;
|
|
964
|
-
properties: {};
|
|
965
|
-
additionalProperties: boolean;
|
|
966
|
-
};
|
|
967
|
-
annotations: {
|
|
968
|
-
readOnlyHint: boolean;
|
|
969
|
-
idempotentHint: boolean;
|
|
970
|
-
};
|
|
971
|
-
};
|
|
972
1026
|
};
|
|
973
1027
|
lists: ({
|
|
974
1028
|
name: string;
|
|
@@ -993,6 +1047,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
993
1047
|
parentObjectType?: undefined;
|
|
994
1048
|
parentAttributeSlug?: undefined;
|
|
995
1049
|
};
|
|
1050
|
+
additionalProperties: boolean;
|
|
996
1051
|
required?: undefined;
|
|
997
1052
|
};
|
|
998
1053
|
} | {
|
|
@@ -1004,11 +1059,13 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1004
1059
|
recordId: {
|
|
1005
1060
|
type: string;
|
|
1006
1061
|
description: string;
|
|
1062
|
+
example: string;
|
|
1007
1063
|
};
|
|
1008
1064
|
objectType: {
|
|
1009
1065
|
type: string;
|
|
1010
1066
|
description: string;
|
|
1011
1067
|
enum: string[];
|
|
1068
|
+
example?: undefined;
|
|
1012
1069
|
};
|
|
1013
1070
|
includeEntryValues: {
|
|
1014
1071
|
type: string;
|
|
@@ -1036,6 +1093,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1036
1093
|
parentAttributeSlug?: undefined;
|
|
1037
1094
|
};
|
|
1038
1095
|
required: string[];
|
|
1096
|
+
additionalProperties: boolean;
|
|
1039
1097
|
};
|
|
1040
1098
|
} | {
|
|
1041
1099
|
name: string;
|
|
@@ -1046,6 +1104,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1046
1104
|
listId: {
|
|
1047
1105
|
type: string;
|
|
1048
1106
|
description: string;
|
|
1107
|
+
example: string;
|
|
1049
1108
|
};
|
|
1050
1109
|
recordId?: undefined;
|
|
1051
1110
|
objectType?: undefined;
|
|
@@ -1064,6 +1123,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1064
1123
|
parentAttributeSlug?: undefined;
|
|
1065
1124
|
};
|
|
1066
1125
|
required: string[];
|
|
1126
|
+
additionalProperties: boolean;
|
|
1067
1127
|
};
|
|
1068
1128
|
} | {
|
|
1069
1129
|
name: string;
|
|
@@ -1074,14 +1134,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1074
1134
|
listId: {
|
|
1075
1135
|
type: string;
|
|
1076
1136
|
description: string;
|
|
1137
|
+
example: string;
|
|
1077
1138
|
};
|
|
1078
1139
|
limit: {
|
|
1079
1140
|
type: string;
|
|
1080
1141
|
description: string;
|
|
1142
|
+
example: number;
|
|
1081
1143
|
};
|
|
1082
1144
|
offset: {
|
|
1083
1145
|
type: string;
|
|
1084
1146
|
description: string;
|
|
1147
|
+
example: number;
|
|
1085
1148
|
};
|
|
1086
1149
|
recordId?: undefined;
|
|
1087
1150
|
objectType?: undefined;
|
|
@@ -1098,6 +1161,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1098
1161
|
parentAttributeSlug?: undefined;
|
|
1099
1162
|
};
|
|
1100
1163
|
required: string[];
|
|
1164
|
+
additionalProperties: boolean;
|
|
1101
1165
|
};
|
|
1102
1166
|
} | {
|
|
1103
1167
|
name: string;
|
|
@@ -1108,26 +1172,32 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1108
1172
|
listId: {
|
|
1109
1173
|
type: string;
|
|
1110
1174
|
description: string;
|
|
1175
|
+
example: string;
|
|
1111
1176
|
};
|
|
1112
1177
|
attributeSlug: {
|
|
1113
1178
|
type: string;
|
|
1114
1179
|
description: string;
|
|
1180
|
+
example: string;
|
|
1115
1181
|
};
|
|
1116
1182
|
condition: {
|
|
1117
1183
|
type: string;
|
|
1118
1184
|
description: string;
|
|
1119
1185
|
enum: string[];
|
|
1186
|
+
example: string;
|
|
1120
1187
|
};
|
|
1121
1188
|
value: {
|
|
1122
1189
|
description: string;
|
|
1190
|
+
example: string;
|
|
1123
1191
|
};
|
|
1124
1192
|
limit: {
|
|
1125
1193
|
type: string;
|
|
1126
1194
|
description: string;
|
|
1195
|
+
example: number;
|
|
1127
1196
|
};
|
|
1128
1197
|
offset: {
|
|
1129
1198
|
type: string;
|
|
1130
1199
|
description: string;
|
|
1200
|
+
example: number;
|
|
1131
1201
|
};
|
|
1132
1202
|
recordId?: undefined;
|
|
1133
1203
|
objectType?: undefined;
|
|
@@ -1141,6 +1211,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1141
1211
|
parentAttributeSlug?: undefined;
|
|
1142
1212
|
};
|
|
1143
1213
|
required: string[];
|
|
1214
|
+
additionalProperties: boolean;
|
|
1144
1215
|
};
|
|
1145
1216
|
} | {
|
|
1146
1217
|
name: string;
|
|
@@ -1151,6 +1222,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1151
1222
|
listId: {
|
|
1152
1223
|
type: string;
|
|
1153
1224
|
description: string;
|
|
1225
|
+
example: string;
|
|
1154
1226
|
};
|
|
1155
1227
|
filters: {
|
|
1156
1228
|
type: string;
|
|
@@ -1199,10 +1271,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1199
1271
|
limit: {
|
|
1200
1272
|
type: string;
|
|
1201
1273
|
description: string;
|
|
1274
|
+
example: number;
|
|
1202
1275
|
};
|
|
1203
1276
|
offset: {
|
|
1204
1277
|
type: string;
|
|
1205
1278
|
description: string;
|
|
1279
|
+
example: number;
|
|
1206
1280
|
};
|
|
1207
1281
|
recordId?: undefined;
|
|
1208
1282
|
objectType?: undefined;
|
|
@@ -1218,6 +1292,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1218
1292
|
parentAttributeSlug?: undefined;
|
|
1219
1293
|
};
|
|
1220
1294
|
required: string[];
|
|
1295
|
+
additionalProperties: boolean;
|
|
1221
1296
|
};
|
|
1222
1297
|
} | {
|
|
1223
1298
|
name: string;
|
|
@@ -1228,19 +1303,25 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1228
1303
|
listId: {
|
|
1229
1304
|
type: string;
|
|
1230
1305
|
description: string;
|
|
1306
|
+
example: string;
|
|
1231
1307
|
};
|
|
1232
1308
|
recordId: {
|
|
1233
1309
|
type: string;
|
|
1234
1310
|
description: string;
|
|
1311
|
+
example: string;
|
|
1235
1312
|
};
|
|
1236
1313
|
objectType: {
|
|
1237
1314
|
type: string;
|
|
1238
1315
|
description: string;
|
|
1239
1316
|
enum: string[];
|
|
1317
|
+
example: string;
|
|
1240
1318
|
};
|
|
1241
1319
|
initialValues: {
|
|
1242
1320
|
type: string;
|
|
1243
1321
|
description: string;
|
|
1322
|
+
example: {
|
|
1323
|
+
stage: string;
|
|
1324
|
+
};
|
|
1244
1325
|
};
|
|
1245
1326
|
includeEntryValues?: undefined;
|
|
1246
1327
|
batchSize?: undefined;
|
|
@@ -1256,6 +1337,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1256
1337
|
parentAttributeSlug?: undefined;
|
|
1257
1338
|
};
|
|
1258
1339
|
required: string[];
|
|
1340
|
+
additionalProperties: boolean;
|
|
1259
1341
|
};
|
|
1260
1342
|
} | {
|
|
1261
1343
|
name: string;
|
|
@@ -1266,10 +1348,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1266
1348
|
listId: {
|
|
1267
1349
|
type: string;
|
|
1268
1350
|
description: string;
|
|
1351
|
+
example: string;
|
|
1269
1352
|
};
|
|
1270
1353
|
entryId: {
|
|
1271
1354
|
type: string;
|
|
1272
1355
|
description: string;
|
|
1356
|
+
example: string;
|
|
1273
1357
|
};
|
|
1274
1358
|
recordId?: undefined;
|
|
1275
1359
|
objectType?: undefined;
|
|
@@ -1287,6 +1371,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1287
1371
|
parentAttributeSlug?: undefined;
|
|
1288
1372
|
};
|
|
1289
1373
|
required: string[];
|
|
1374
|
+
additionalProperties: boolean;
|
|
1290
1375
|
};
|
|
1291
1376
|
} | {
|
|
1292
1377
|
name: string;
|
|
@@ -1297,10 +1382,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1297
1382
|
listId: {
|
|
1298
1383
|
type: string;
|
|
1299
1384
|
description: string;
|
|
1385
|
+
example: string;
|
|
1300
1386
|
};
|
|
1301
1387
|
entryId: {
|
|
1302
1388
|
type: string;
|
|
1303
1389
|
description: string;
|
|
1390
|
+
example: string;
|
|
1304
1391
|
};
|
|
1305
1392
|
attributes: {
|
|
1306
1393
|
type: string;
|
|
@@ -1309,6 +1396,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1309
1396
|
stage: {
|
|
1310
1397
|
type: string;
|
|
1311
1398
|
description: string;
|
|
1399
|
+
example: string;
|
|
1312
1400
|
};
|
|
1313
1401
|
};
|
|
1314
1402
|
additionalProperties: boolean;
|
|
@@ -1328,6 +1416,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1328
1416
|
parentAttributeSlug?: undefined;
|
|
1329
1417
|
};
|
|
1330
1418
|
required: string[];
|
|
1419
|
+
additionalProperties: boolean;
|
|
1331
1420
|
};
|
|
1332
1421
|
} | {
|
|
1333
1422
|
name: string;
|
|
@@ -1338,31 +1427,38 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1338
1427
|
listId: {
|
|
1339
1428
|
type: string;
|
|
1340
1429
|
description: string;
|
|
1430
|
+
example: string;
|
|
1341
1431
|
};
|
|
1342
1432
|
parentObjectType: {
|
|
1343
1433
|
type: string;
|
|
1344
1434
|
description: string;
|
|
1345
1435
|
enum: string[];
|
|
1436
|
+
example: string;
|
|
1346
1437
|
};
|
|
1347
1438
|
parentAttributeSlug: {
|
|
1348
1439
|
type: string;
|
|
1349
1440
|
description: string;
|
|
1441
|
+
example: string;
|
|
1350
1442
|
};
|
|
1351
1443
|
condition: {
|
|
1352
1444
|
type: string;
|
|
1353
1445
|
description: string;
|
|
1354
1446
|
enum: string[];
|
|
1447
|
+
example: string;
|
|
1355
1448
|
};
|
|
1356
1449
|
value: {
|
|
1357
1450
|
description: string;
|
|
1451
|
+
example: string;
|
|
1358
1452
|
};
|
|
1359
1453
|
limit: {
|
|
1360
1454
|
type: string;
|
|
1361
1455
|
description: string;
|
|
1456
|
+
example: number;
|
|
1362
1457
|
};
|
|
1363
1458
|
offset: {
|
|
1364
1459
|
type: string;
|
|
1365
1460
|
description: string;
|
|
1461
|
+
example: number;
|
|
1366
1462
|
};
|
|
1367
1463
|
recordId?: undefined;
|
|
1368
1464
|
objectType?: undefined;
|
|
@@ -1375,6 +1471,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1375
1471
|
attributes?: undefined;
|
|
1376
1472
|
};
|
|
1377
1473
|
required: string[];
|
|
1474
|
+
additionalProperties: boolean;
|
|
1378
1475
|
};
|
|
1379
1476
|
} | {
|
|
1380
1477
|
name: string;
|
|
@@ -1385,18 +1482,22 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1385
1482
|
listId: {
|
|
1386
1483
|
type: string;
|
|
1387
1484
|
description: string;
|
|
1485
|
+
example: string;
|
|
1388
1486
|
};
|
|
1389
1487
|
recordId: {
|
|
1390
1488
|
type: string;
|
|
1391
1489
|
description: string;
|
|
1490
|
+
example: string;
|
|
1392
1491
|
};
|
|
1393
1492
|
limit: {
|
|
1394
1493
|
type: string;
|
|
1395
1494
|
description: string;
|
|
1495
|
+
example: number;
|
|
1396
1496
|
};
|
|
1397
1497
|
offset: {
|
|
1398
1498
|
type: string;
|
|
1399
1499
|
description: string;
|
|
1500
|
+
example: number;
|
|
1400
1501
|
};
|
|
1401
1502
|
objectType?: undefined;
|
|
1402
1503
|
includeEntryValues?: undefined;
|
|
@@ -1412,6 +1513,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1412
1513
|
parentAttributeSlug?: undefined;
|
|
1413
1514
|
};
|
|
1414
1515
|
required: string[];
|
|
1516
|
+
additionalProperties: boolean;
|
|
1415
1517
|
};
|
|
1416
1518
|
})[];
|
|
1417
1519
|
workspace_members: ({
|
|
@@ -1423,22 +1525,34 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1423
1525
|
search: {
|
|
1424
1526
|
type: string;
|
|
1425
1527
|
description: string;
|
|
1528
|
+
example: string;
|
|
1529
|
+
minLength: number;
|
|
1426
1530
|
};
|
|
1427
1531
|
page: {
|
|
1428
1532
|
type: string;
|
|
1429
1533
|
description: string;
|
|
1430
1534
|
default: number;
|
|
1535
|
+
minimum: number;
|
|
1536
|
+
example: number;
|
|
1431
1537
|
};
|
|
1432
1538
|
pageSize: {
|
|
1433
1539
|
type: string;
|
|
1434
1540
|
description: string;
|
|
1435
1541
|
default: number;
|
|
1542
|
+
minimum: number;
|
|
1543
|
+
maximum: number;
|
|
1544
|
+
example: number;
|
|
1436
1545
|
};
|
|
1437
1546
|
query?: undefined;
|
|
1438
1547
|
memberId?: undefined;
|
|
1439
1548
|
};
|
|
1549
|
+
additionalProperties: boolean;
|
|
1440
1550
|
required?: undefined;
|
|
1441
1551
|
};
|
|
1552
|
+
annotations: {
|
|
1553
|
+
readOnlyHint: boolean;
|
|
1554
|
+
idempotentHint: boolean;
|
|
1555
|
+
};
|
|
1442
1556
|
} | {
|
|
1443
1557
|
name: string;
|
|
1444
1558
|
description: string;
|
|
@@ -1448,6 +1562,8 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1448
1562
|
query: {
|
|
1449
1563
|
type: string;
|
|
1450
1564
|
description: string;
|
|
1565
|
+
minLength: number;
|
|
1566
|
+
example: string;
|
|
1451
1567
|
};
|
|
1452
1568
|
search?: undefined;
|
|
1453
1569
|
page?: undefined;
|
|
@@ -1455,6 +1571,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1455
1571
|
memberId?: undefined;
|
|
1456
1572
|
};
|
|
1457
1573
|
required: string[];
|
|
1574
|
+
additionalProperties: boolean;
|
|
1575
|
+
};
|
|
1576
|
+
annotations: {
|
|
1577
|
+
readOnlyHint: boolean;
|
|
1578
|
+
idempotentHint: boolean;
|
|
1458
1579
|
};
|
|
1459
1580
|
} | {
|
|
1460
1581
|
name: string;
|
|
@@ -1465,6 +1586,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1465
1586
|
memberId: {
|
|
1466
1587
|
type: string;
|
|
1467
1588
|
description: string;
|
|
1589
|
+
example: string;
|
|
1468
1590
|
};
|
|
1469
1591
|
search?: undefined;
|
|
1470
1592
|
page?: undefined;
|
|
@@ -1472,6 +1594,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1472
1594
|
query?: undefined;
|
|
1473
1595
|
};
|
|
1474
1596
|
required: string[];
|
|
1597
|
+
additionalProperties: boolean;
|
|
1598
|
+
};
|
|
1599
|
+
annotations: {
|
|
1600
|
+
readOnlyHint: boolean;
|
|
1601
|
+
idempotentHint: boolean;
|
|
1475
1602
|
};
|
|
1476
1603
|
})[];
|
|
1477
1604
|
companies?: undefined;
|
|
@@ -2272,6 +2399,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2272
2399
|
type: string;
|
|
2273
2400
|
items: {
|
|
2274
2401
|
type: string;
|
|
2402
|
+
properties: {
|
|
2403
|
+
original_phone_number: {
|
|
2404
|
+
type: string;
|
|
2405
|
+
};
|
|
2406
|
+
};
|
|
2275
2407
|
};
|
|
2276
2408
|
description: string;
|
|
2277
2409
|
};
|
|
@@ -2514,6 +2646,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2514
2646
|
parentObjectType?: undefined;
|
|
2515
2647
|
parentAttributeSlug?: undefined;
|
|
2516
2648
|
};
|
|
2649
|
+
additionalProperties: boolean;
|
|
2517
2650
|
required?: undefined;
|
|
2518
2651
|
};
|
|
2519
2652
|
} | {
|
|
@@ -2525,11 +2658,13 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2525
2658
|
recordId: {
|
|
2526
2659
|
type: string;
|
|
2527
2660
|
description: string;
|
|
2661
|
+
example: string;
|
|
2528
2662
|
};
|
|
2529
2663
|
objectType: {
|
|
2530
2664
|
type: string;
|
|
2531
2665
|
description: string;
|
|
2532
2666
|
enum: string[];
|
|
2667
|
+
example?: undefined;
|
|
2533
2668
|
};
|
|
2534
2669
|
includeEntryValues: {
|
|
2535
2670
|
type: string;
|
|
@@ -2557,6 +2692,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2557
2692
|
parentAttributeSlug?: undefined;
|
|
2558
2693
|
};
|
|
2559
2694
|
required: string[];
|
|
2695
|
+
additionalProperties: boolean;
|
|
2560
2696
|
};
|
|
2561
2697
|
} | {
|
|
2562
2698
|
name: string;
|
|
@@ -2567,6 +2703,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2567
2703
|
listId: {
|
|
2568
2704
|
type: string;
|
|
2569
2705
|
description: string;
|
|
2706
|
+
example: string;
|
|
2570
2707
|
};
|
|
2571
2708
|
recordId?: undefined;
|
|
2572
2709
|
objectType?: undefined;
|
|
@@ -2585,6 +2722,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2585
2722
|
parentAttributeSlug?: undefined;
|
|
2586
2723
|
};
|
|
2587
2724
|
required: string[];
|
|
2725
|
+
additionalProperties: boolean;
|
|
2588
2726
|
};
|
|
2589
2727
|
} | {
|
|
2590
2728
|
name: string;
|
|
@@ -2595,14 +2733,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2595
2733
|
listId: {
|
|
2596
2734
|
type: string;
|
|
2597
2735
|
description: string;
|
|
2736
|
+
example: string;
|
|
2598
2737
|
};
|
|
2599
2738
|
limit: {
|
|
2600
2739
|
type: string;
|
|
2601
2740
|
description: string;
|
|
2741
|
+
example: number;
|
|
2602
2742
|
};
|
|
2603
2743
|
offset: {
|
|
2604
2744
|
type: string;
|
|
2605
2745
|
description: string;
|
|
2746
|
+
example: number;
|
|
2606
2747
|
};
|
|
2607
2748
|
recordId?: undefined;
|
|
2608
2749
|
objectType?: undefined;
|
|
@@ -2619,6 +2760,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2619
2760
|
parentAttributeSlug?: undefined;
|
|
2620
2761
|
};
|
|
2621
2762
|
required: string[];
|
|
2763
|
+
additionalProperties: boolean;
|
|
2622
2764
|
};
|
|
2623
2765
|
} | {
|
|
2624
2766
|
name: string;
|
|
@@ -2629,26 +2771,32 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2629
2771
|
listId: {
|
|
2630
2772
|
type: string;
|
|
2631
2773
|
description: string;
|
|
2774
|
+
example: string;
|
|
2632
2775
|
};
|
|
2633
2776
|
attributeSlug: {
|
|
2634
2777
|
type: string;
|
|
2635
2778
|
description: string;
|
|
2779
|
+
example: string;
|
|
2636
2780
|
};
|
|
2637
2781
|
condition: {
|
|
2638
2782
|
type: string;
|
|
2639
2783
|
description: string;
|
|
2640
2784
|
enum: string[];
|
|
2785
|
+
example: string;
|
|
2641
2786
|
};
|
|
2642
2787
|
value: {
|
|
2643
2788
|
description: string;
|
|
2789
|
+
example: string;
|
|
2644
2790
|
};
|
|
2645
2791
|
limit: {
|
|
2646
2792
|
type: string;
|
|
2647
2793
|
description: string;
|
|
2794
|
+
example: number;
|
|
2648
2795
|
};
|
|
2649
2796
|
offset: {
|
|
2650
2797
|
type: string;
|
|
2651
2798
|
description: string;
|
|
2799
|
+
example: number;
|
|
2652
2800
|
};
|
|
2653
2801
|
recordId?: undefined;
|
|
2654
2802
|
objectType?: undefined;
|
|
@@ -2662,6 +2810,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2662
2810
|
parentAttributeSlug?: undefined;
|
|
2663
2811
|
};
|
|
2664
2812
|
required: string[];
|
|
2813
|
+
additionalProperties: boolean;
|
|
2665
2814
|
};
|
|
2666
2815
|
} | {
|
|
2667
2816
|
name: string;
|
|
@@ -2672,6 +2821,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2672
2821
|
listId: {
|
|
2673
2822
|
type: string;
|
|
2674
2823
|
description: string;
|
|
2824
|
+
example: string;
|
|
2675
2825
|
};
|
|
2676
2826
|
filters: {
|
|
2677
2827
|
type: string;
|
|
@@ -2720,10 +2870,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2720
2870
|
limit: {
|
|
2721
2871
|
type: string;
|
|
2722
2872
|
description: string;
|
|
2873
|
+
example: number;
|
|
2723
2874
|
};
|
|
2724
2875
|
offset: {
|
|
2725
2876
|
type: string;
|
|
2726
2877
|
description: string;
|
|
2878
|
+
example: number;
|
|
2727
2879
|
};
|
|
2728
2880
|
recordId?: undefined;
|
|
2729
2881
|
objectType?: undefined;
|
|
@@ -2739,6 +2891,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2739
2891
|
parentAttributeSlug?: undefined;
|
|
2740
2892
|
};
|
|
2741
2893
|
required: string[];
|
|
2894
|
+
additionalProperties: boolean;
|
|
2742
2895
|
};
|
|
2743
2896
|
} | {
|
|
2744
2897
|
name: string;
|
|
@@ -2749,19 +2902,25 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2749
2902
|
listId: {
|
|
2750
2903
|
type: string;
|
|
2751
2904
|
description: string;
|
|
2905
|
+
example: string;
|
|
2752
2906
|
};
|
|
2753
2907
|
recordId: {
|
|
2754
2908
|
type: string;
|
|
2755
2909
|
description: string;
|
|
2910
|
+
example: string;
|
|
2756
2911
|
};
|
|
2757
2912
|
objectType: {
|
|
2758
2913
|
type: string;
|
|
2759
2914
|
description: string;
|
|
2760
2915
|
enum: string[];
|
|
2916
|
+
example: string;
|
|
2761
2917
|
};
|
|
2762
2918
|
initialValues: {
|
|
2763
2919
|
type: string;
|
|
2764
2920
|
description: string;
|
|
2921
|
+
example: {
|
|
2922
|
+
stage: string;
|
|
2923
|
+
};
|
|
2765
2924
|
};
|
|
2766
2925
|
includeEntryValues?: undefined;
|
|
2767
2926
|
batchSize?: undefined;
|
|
@@ -2777,6 +2936,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2777
2936
|
parentAttributeSlug?: undefined;
|
|
2778
2937
|
};
|
|
2779
2938
|
required: string[];
|
|
2939
|
+
additionalProperties: boolean;
|
|
2780
2940
|
};
|
|
2781
2941
|
} | {
|
|
2782
2942
|
name: string;
|
|
@@ -2787,10 +2947,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2787
2947
|
listId: {
|
|
2788
2948
|
type: string;
|
|
2789
2949
|
description: string;
|
|
2950
|
+
example: string;
|
|
2790
2951
|
};
|
|
2791
2952
|
entryId: {
|
|
2792
2953
|
type: string;
|
|
2793
2954
|
description: string;
|
|
2955
|
+
example: string;
|
|
2794
2956
|
};
|
|
2795
2957
|
recordId?: undefined;
|
|
2796
2958
|
objectType?: undefined;
|
|
@@ -2808,6 +2970,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2808
2970
|
parentAttributeSlug?: undefined;
|
|
2809
2971
|
};
|
|
2810
2972
|
required: string[];
|
|
2973
|
+
additionalProperties: boolean;
|
|
2811
2974
|
};
|
|
2812
2975
|
} | {
|
|
2813
2976
|
name: string;
|
|
@@ -2818,10 +2981,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2818
2981
|
listId: {
|
|
2819
2982
|
type: string;
|
|
2820
2983
|
description: string;
|
|
2984
|
+
example: string;
|
|
2821
2985
|
};
|
|
2822
2986
|
entryId: {
|
|
2823
2987
|
type: string;
|
|
2824
2988
|
description: string;
|
|
2989
|
+
example: string;
|
|
2825
2990
|
};
|
|
2826
2991
|
attributes: {
|
|
2827
2992
|
type: string;
|
|
@@ -2830,6 +2995,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2830
2995
|
stage: {
|
|
2831
2996
|
type: string;
|
|
2832
2997
|
description: string;
|
|
2998
|
+
example: string;
|
|
2833
2999
|
};
|
|
2834
3000
|
};
|
|
2835
3001
|
additionalProperties: boolean;
|
|
@@ -2849,6 +3015,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2849
3015
|
parentAttributeSlug?: undefined;
|
|
2850
3016
|
};
|
|
2851
3017
|
required: string[];
|
|
3018
|
+
additionalProperties: boolean;
|
|
2852
3019
|
};
|
|
2853
3020
|
} | {
|
|
2854
3021
|
name: string;
|
|
@@ -2859,31 +3026,38 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2859
3026
|
listId: {
|
|
2860
3027
|
type: string;
|
|
2861
3028
|
description: string;
|
|
3029
|
+
example: string;
|
|
2862
3030
|
};
|
|
2863
3031
|
parentObjectType: {
|
|
2864
3032
|
type: string;
|
|
2865
3033
|
description: string;
|
|
2866
3034
|
enum: string[];
|
|
3035
|
+
example: string;
|
|
2867
3036
|
};
|
|
2868
3037
|
parentAttributeSlug: {
|
|
2869
3038
|
type: string;
|
|
2870
3039
|
description: string;
|
|
3040
|
+
example: string;
|
|
2871
3041
|
};
|
|
2872
3042
|
condition: {
|
|
2873
3043
|
type: string;
|
|
2874
3044
|
description: string;
|
|
2875
3045
|
enum: string[];
|
|
3046
|
+
example: string;
|
|
2876
3047
|
};
|
|
2877
3048
|
value: {
|
|
2878
3049
|
description: string;
|
|
3050
|
+
example: string;
|
|
2879
3051
|
};
|
|
2880
3052
|
limit: {
|
|
2881
3053
|
type: string;
|
|
2882
3054
|
description: string;
|
|
3055
|
+
example: number;
|
|
2883
3056
|
};
|
|
2884
3057
|
offset: {
|
|
2885
3058
|
type: string;
|
|
2886
3059
|
description: string;
|
|
3060
|
+
example: number;
|
|
2887
3061
|
};
|
|
2888
3062
|
recordId?: undefined;
|
|
2889
3063
|
objectType?: undefined;
|
|
@@ -2896,6 +3070,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2896
3070
|
attributes?: undefined;
|
|
2897
3071
|
};
|
|
2898
3072
|
required: string[];
|
|
3073
|
+
additionalProperties: boolean;
|
|
2899
3074
|
};
|
|
2900
3075
|
} | {
|
|
2901
3076
|
name: string;
|
|
@@ -2906,18 +3081,22 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2906
3081
|
listId: {
|
|
2907
3082
|
type: string;
|
|
2908
3083
|
description: string;
|
|
3084
|
+
example: string;
|
|
2909
3085
|
};
|
|
2910
3086
|
recordId: {
|
|
2911
3087
|
type: string;
|
|
2912
3088
|
description: string;
|
|
3089
|
+
example: string;
|
|
2913
3090
|
};
|
|
2914
3091
|
limit: {
|
|
2915
3092
|
type: string;
|
|
2916
3093
|
description: string;
|
|
3094
|
+
example: number;
|
|
2917
3095
|
};
|
|
2918
3096
|
offset: {
|
|
2919
3097
|
type: string;
|
|
2920
3098
|
description: string;
|
|
3099
|
+
example: number;
|
|
2921
3100
|
};
|
|
2922
3101
|
objectType?: undefined;
|
|
2923
3102
|
includeEntryValues?: undefined;
|
|
@@ -2933,6 +3112,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2933
3112
|
parentAttributeSlug?: undefined;
|
|
2934
3113
|
};
|
|
2935
3114
|
required: string[];
|
|
3115
|
+
additionalProperties: boolean;
|
|
2936
3116
|
};
|
|
2937
3117
|
})[];
|
|
2938
3118
|
tasks: ({
|
|
@@ -3402,22 +3582,34 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3402
3582
|
search: {
|
|
3403
3583
|
type: string;
|
|
3404
3584
|
description: string;
|
|
3585
|
+
example: string;
|
|
3586
|
+
minLength: number;
|
|
3405
3587
|
};
|
|
3406
3588
|
page: {
|
|
3407
3589
|
type: string;
|
|
3408
3590
|
description: string;
|
|
3409
3591
|
default: number;
|
|
3592
|
+
minimum: number;
|
|
3593
|
+
example: number;
|
|
3410
3594
|
};
|
|
3411
3595
|
pageSize: {
|
|
3412
3596
|
type: string;
|
|
3413
3597
|
description: string;
|
|
3414
3598
|
default: number;
|
|
3599
|
+
minimum: number;
|
|
3600
|
+
maximum: number;
|
|
3601
|
+
example: number;
|
|
3415
3602
|
};
|
|
3416
3603
|
query?: undefined;
|
|
3417
3604
|
memberId?: undefined;
|
|
3418
3605
|
};
|
|
3606
|
+
additionalProperties: boolean;
|
|
3419
3607
|
required?: undefined;
|
|
3420
3608
|
};
|
|
3609
|
+
annotations: {
|
|
3610
|
+
readOnlyHint: boolean;
|
|
3611
|
+
idempotentHint: boolean;
|
|
3612
|
+
};
|
|
3421
3613
|
} | {
|
|
3422
3614
|
name: string;
|
|
3423
3615
|
description: string;
|
|
@@ -3427,6 +3619,8 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3427
3619
|
query: {
|
|
3428
3620
|
type: string;
|
|
3429
3621
|
description: string;
|
|
3622
|
+
minLength: number;
|
|
3623
|
+
example: string;
|
|
3430
3624
|
};
|
|
3431
3625
|
search?: undefined;
|
|
3432
3626
|
page?: undefined;
|
|
@@ -3434,6 +3628,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3434
3628
|
memberId?: undefined;
|
|
3435
3629
|
};
|
|
3436
3630
|
required: string[];
|
|
3631
|
+
additionalProperties: boolean;
|
|
3632
|
+
};
|
|
3633
|
+
annotations: {
|
|
3634
|
+
readOnlyHint: boolean;
|
|
3635
|
+
idempotentHint: boolean;
|
|
3437
3636
|
};
|
|
3438
3637
|
} | {
|
|
3439
3638
|
name: string;
|
|
@@ -3444,6 +3643,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3444
3643
|
memberId: {
|
|
3445
3644
|
type: string;
|
|
3446
3645
|
description: string;
|
|
3646
|
+
example: string;
|
|
3447
3647
|
};
|
|
3448
3648
|
search?: undefined;
|
|
3449
3649
|
page?: undefined;
|
|
@@ -3451,6 +3651,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3451
3651
|
query?: undefined;
|
|
3452
3652
|
};
|
|
3453
3653
|
required: string[];
|
|
3654
|
+
additionalProperties: boolean;
|
|
3655
|
+
};
|
|
3656
|
+
annotations: {
|
|
3657
|
+
readOnlyHint: boolean;
|
|
3658
|
+
idempotentHint: boolean;
|
|
3454
3659
|
};
|
|
3455
3660
|
})[];
|
|
3456
3661
|
GENERAL: ({
|