attio-mcp 1.0.0 → 1.1.0
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 +7 -1
- 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 +118 -98
- package/dist/handlers/tool-configs/universal/index.d.ts.map +1 -1
- package/dist/handlers/tool-configs/universal/index.js +43 -73
- 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 +269 -57
- 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 +4 -1
- package/dist/prompts/handlers.d.ts.map +1 -1
- package/dist/prompts/handlers.js +146 -48
- 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.d.ts +2 -2
- package/dist/server/createServer.d.ts.map +1 -1
- package/dist/server/createServer.js +2 -2
- package/dist/server/createServer.js.map +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 +2 -2
- package/dist/smithery.d.ts.map +1 -1
- package/dist/smithery.js +4 -2
- 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 +57 -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 +133 -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 +19 -1
|
@@ -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: {
|
|
@@ -63,26 +63,6 @@ export declare const TOOL_CONFIGS: {
|
|
|
63
63
|
}>;
|
|
64
64
|
formatResult: (res: Record<string, unknown>) => string;
|
|
65
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
|
-
};
|
|
81
|
-
}[];
|
|
82
|
-
isError: boolean;
|
|
83
|
-
}>;
|
|
84
|
-
formatResult: (res: Record<string, unknown>) => string;
|
|
85
|
-
};
|
|
86
66
|
};
|
|
87
67
|
lists: {
|
|
88
68
|
getLists: import("../tool-types.js").GetListsToolConfig;
|
|
@@ -209,7 +189,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
209
189
|
UNIVERSAL: {
|
|
210
190
|
'openai-search': {
|
|
211
191
|
readonly name: "search";
|
|
212
|
-
readonly description: "
|
|
192
|
+
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
193
|
readonly inputSchema: {
|
|
214
194
|
type: "object";
|
|
215
195
|
properties: {
|
|
@@ -256,7 +236,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
256
236
|
readonly idempotentHint: true;
|
|
257
237
|
};
|
|
258
238
|
};
|
|
259
|
-
|
|
239
|
+
records_search_batch: {
|
|
260
240
|
name: string;
|
|
261
241
|
description: string;
|
|
262
242
|
inputSchema: {
|
|
@@ -289,13 +269,18 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
289
269
|
};
|
|
290
270
|
required: ("resource_type" | "queries")[];
|
|
291
271
|
additionalProperties: boolean;
|
|
272
|
+
examples: {
|
|
273
|
+
resource_type: string;
|
|
274
|
+
queries: string[];
|
|
275
|
+
limit: number;
|
|
276
|
+
}[];
|
|
292
277
|
};
|
|
293
278
|
annotations: {
|
|
294
279
|
readOnlyHint: boolean;
|
|
295
280
|
idempotentHint: boolean;
|
|
296
281
|
};
|
|
297
282
|
};
|
|
298
|
-
|
|
283
|
+
records_search_advanced: {
|
|
299
284
|
name: string;
|
|
300
285
|
description: string;
|
|
301
286
|
inputSchema: {
|
|
@@ -341,13 +326,26 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
341
326
|
};
|
|
342
327
|
required: "resource_type"[];
|
|
343
328
|
additionalProperties: boolean;
|
|
329
|
+
examples: {
|
|
330
|
+
resource_type: string;
|
|
331
|
+
filters: {
|
|
332
|
+
filters: {
|
|
333
|
+
attribute: {
|
|
334
|
+
slug: string;
|
|
335
|
+
};
|
|
336
|
+
condition: string;
|
|
337
|
+
value: string;
|
|
338
|
+
}[];
|
|
339
|
+
};
|
|
340
|
+
limit: number;
|
|
341
|
+
}[];
|
|
344
342
|
};
|
|
345
343
|
annotations: {
|
|
346
344
|
readOnlyHint: boolean;
|
|
347
345
|
idempotentHint: boolean;
|
|
348
346
|
};
|
|
349
347
|
};
|
|
350
|
-
|
|
348
|
+
records_search_by_relationship: {
|
|
351
349
|
name: string;
|
|
352
350
|
description: string;
|
|
353
351
|
inputSchema: {
|
|
@@ -387,13 +385,19 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
387
385
|
};
|
|
388
386
|
required: ("source_id" | "relationship_type")[];
|
|
389
387
|
additionalProperties: boolean;
|
|
388
|
+
examples: {
|
|
389
|
+
relationship_type: import("../tool-configs/universal/types.js").RelationshipType;
|
|
390
|
+
source_id: string;
|
|
391
|
+
target_resource_type: string;
|
|
392
|
+
limit: number;
|
|
393
|
+
}[];
|
|
390
394
|
};
|
|
391
395
|
annotations: {
|
|
392
396
|
readOnlyHint: boolean;
|
|
393
397
|
idempotentHint: boolean;
|
|
394
398
|
};
|
|
395
399
|
};
|
|
396
|
-
|
|
400
|
+
records_search_by_content: {
|
|
397
401
|
name: string;
|
|
398
402
|
description: string;
|
|
399
403
|
inputSchema: {
|
|
@@ -429,13 +433,19 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
429
433
|
};
|
|
430
434
|
required: ("resource_type" | "content_type" | "search_query")[];
|
|
431
435
|
additionalProperties: boolean;
|
|
436
|
+
examples: {
|
|
437
|
+
resource_type: string;
|
|
438
|
+
content_type: import("../tool-configs/universal/types.js").ContentSearchType;
|
|
439
|
+
search_query: string;
|
|
440
|
+
limit: number;
|
|
441
|
+
}[];
|
|
432
442
|
};
|
|
433
443
|
annotations: {
|
|
434
444
|
readOnlyHint: boolean;
|
|
435
445
|
idempotentHint: boolean;
|
|
436
446
|
};
|
|
437
447
|
};
|
|
438
|
-
|
|
448
|
+
records_search_by_timeframe: {
|
|
439
449
|
name: string;
|
|
440
450
|
description: string;
|
|
441
451
|
inputSchema: {
|
|
@@ -477,13 +487,19 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
477
487
|
};
|
|
478
488
|
required: "resource_type"[];
|
|
479
489
|
additionalProperties: boolean;
|
|
490
|
+
examples: {
|
|
491
|
+
resource_type: string;
|
|
492
|
+
timeframe_type: import("../tool-configs/universal/types.js").TimeframeType;
|
|
493
|
+
start_date: string;
|
|
494
|
+
end_date: string;
|
|
495
|
+
}[];
|
|
480
496
|
};
|
|
481
497
|
annotations: {
|
|
482
498
|
readOnlyHint: boolean;
|
|
483
499
|
idempotentHint: boolean;
|
|
484
500
|
};
|
|
485
501
|
};
|
|
486
|
-
|
|
502
|
+
records_batch: {
|
|
487
503
|
name: string;
|
|
488
504
|
description: string;
|
|
489
505
|
inputSchema: {
|
|
@@ -551,13 +567,21 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
551
567
|
};
|
|
552
568
|
required: "resource_type"[];
|
|
553
569
|
additionalProperties: boolean;
|
|
570
|
+
examples: {
|
|
571
|
+
resource_type: string;
|
|
572
|
+
operation_type: import("../tool-configs/universal/types.js").BatchOperationType;
|
|
573
|
+
records: {
|
|
574
|
+
name: string;
|
|
575
|
+
domain: string;
|
|
576
|
+
}[];
|
|
577
|
+
}[];
|
|
554
578
|
};
|
|
555
579
|
annotations: {
|
|
556
580
|
readOnlyHint: boolean;
|
|
557
581
|
destructiveHint: boolean;
|
|
558
582
|
};
|
|
559
583
|
};
|
|
560
|
-
|
|
584
|
+
records_search: {
|
|
561
585
|
name: string;
|
|
562
586
|
description: string;
|
|
563
587
|
inputSchema: {
|
|
@@ -656,13 +680,18 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
656
680
|
};
|
|
657
681
|
required: "resource_type"[];
|
|
658
682
|
additionalProperties: boolean;
|
|
683
|
+
examples: {
|
|
684
|
+
resource_type: string;
|
|
685
|
+
query: string;
|
|
686
|
+
limit: number;
|
|
687
|
+
}[];
|
|
659
688
|
};
|
|
660
689
|
annotations: {
|
|
661
690
|
readOnlyHint: boolean;
|
|
662
691
|
idempotentHint: boolean;
|
|
663
692
|
};
|
|
664
693
|
};
|
|
665
|
-
|
|
694
|
+
records_get_details: {
|
|
666
695
|
name: string;
|
|
667
696
|
description: string;
|
|
668
697
|
inputSchema: {
|
|
@@ -687,6 +716,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
687
716
|
};
|
|
688
717
|
required: ("record_id" | "resource_type")[];
|
|
689
718
|
additionalProperties: boolean;
|
|
719
|
+
examples: {
|
|
720
|
+
resource_type: string;
|
|
721
|
+
record_id: string;
|
|
722
|
+
fields: string[];
|
|
723
|
+
}[];
|
|
690
724
|
};
|
|
691
725
|
annotations: {
|
|
692
726
|
readOnlyHint: boolean;
|
|
@@ -717,6 +751,16 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
717
751
|
};
|
|
718
752
|
required: ("resource_type" | "record_data")[];
|
|
719
753
|
additionalProperties: boolean;
|
|
754
|
+
examples: {
|
|
755
|
+
resource_type: string;
|
|
756
|
+
record_data: {
|
|
757
|
+
name: string;
|
|
758
|
+
email_addresses: {
|
|
759
|
+
email_address: string;
|
|
760
|
+
}[];
|
|
761
|
+
};
|
|
762
|
+
return_details: boolean;
|
|
763
|
+
}[];
|
|
720
764
|
};
|
|
721
765
|
annotations: {
|
|
722
766
|
readOnlyHint: boolean;
|
|
@@ -751,6 +795,14 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
751
795
|
};
|
|
752
796
|
required: ("record_id" | "resource_type" | "record_data")[];
|
|
753
797
|
additionalProperties: boolean;
|
|
798
|
+
examples: {
|
|
799
|
+
resource_type: string;
|
|
800
|
+
record_id: string;
|
|
801
|
+
record_data: {
|
|
802
|
+
status: string;
|
|
803
|
+
};
|
|
804
|
+
return_details: boolean;
|
|
805
|
+
}[];
|
|
754
806
|
};
|
|
755
807
|
annotations: {
|
|
756
808
|
readOnlyHint: boolean;
|
|
@@ -775,13 +827,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
775
827
|
};
|
|
776
828
|
required: ("record_id" | "resource_type")[];
|
|
777
829
|
additionalProperties: boolean;
|
|
830
|
+
examples: {
|
|
831
|
+
resource_type: string;
|
|
832
|
+
record_id: string;
|
|
833
|
+
}[];
|
|
778
834
|
};
|
|
779
835
|
annotations: {
|
|
780
836
|
readOnlyHint: boolean;
|
|
781
837
|
destructiveHint: boolean;
|
|
782
838
|
};
|
|
783
839
|
};
|
|
784
|
-
|
|
840
|
+
records_get_attributes: {
|
|
785
841
|
name: string;
|
|
786
842
|
description: string;
|
|
787
843
|
inputSchema: {
|
|
@@ -813,13 +869,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
813
869
|
};
|
|
814
870
|
required: "resource_type"[];
|
|
815
871
|
additionalProperties: boolean;
|
|
872
|
+
examples: {
|
|
873
|
+
resource_type: string;
|
|
874
|
+
categories: string[];
|
|
875
|
+
}[];
|
|
816
876
|
};
|
|
817
877
|
annotations: {
|
|
818
878
|
readOnlyHint: boolean;
|
|
819
879
|
idempotentHint: boolean;
|
|
820
880
|
};
|
|
821
881
|
};
|
|
822
|
-
|
|
882
|
+
records_discover_attributes: {
|
|
823
883
|
name: string;
|
|
824
884
|
description: string;
|
|
825
885
|
inputSchema: {
|
|
@@ -840,13 +900,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
840
900
|
};
|
|
841
901
|
required: "resource_type"[];
|
|
842
902
|
additionalProperties: boolean;
|
|
903
|
+
examples: {
|
|
904
|
+
resource_type: string;
|
|
905
|
+
categories: string[];
|
|
906
|
+
}[];
|
|
843
907
|
};
|
|
844
908
|
annotations: {
|
|
845
909
|
readOnlyHint: boolean;
|
|
846
910
|
idempotentHint: boolean;
|
|
847
911
|
};
|
|
848
912
|
};
|
|
849
|
-
|
|
913
|
+
records_get_info: {
|
|
850
914
|
name: string;
|
|
851
915
|
description: string;
|
|
852
916
|
inputSchema: {
|
|
@@ -864,6 +928,10 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
864
928
|
};
|
|
865
929
|
required: ("record_id" | "resource_type")[];
|
|
866
930
|
additionalProperties: boolean;
|
|
931
|
+
examples: {
|
|
932
|
+
resource_type: string;
|
|
933
|
+
record_id: string;
|
|
934
|
+
}[];
|
|
867
935
|
};
|
|
868
936
|
annotations: {
|
|
869
937
|
readOnlyHint: boolean;
|
|
@@ -893,8 +961,14 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
893
961
|
type: "string";
|
|
894
962
|
description: string;
|
|
895
963
|
};
|
|
964
|
+
format: {
|
|
965
|
+
type: "string";
|
|
966
|
+
enum: string[];
|
|
967
|
+
description: string;
|
|
968
|
+
default: string;
|
|
969
|
+
};
|
|
896
970
|
};
|
|
897
|
-
required: ("
|
|
971
|
+
required: ("title" | "content" | "record_id" | "resource_type")[];
|
|
898
972
|
additionalProperties: boolean;
|
|
899
973
|
};
|
|
900
974
|
annotations: {
|
|
@@ -956,19 +1030,6 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
956
1030
|
idempotentHint: boolean;
|
|
957
1031
|
};
|
|
958
1032
|
};
|
|
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
1033
|
};
|
|
973
1034
|
lists: ({
|
|
974
1035
|
name: string;
|
|
@@ -993,6 +1054,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
993
1054
|
parentObjectType?: undefined;
|
|
994
1055
|
parentAttributeSlug?: undefined;
|
|
995
1056
|
};
|
|
1057
|
+
additionalProperties: boolean;
|
|
996
1058
|
required?: undefined;
|
|
997
1059
|
};
|
|
998
1060
|
} | {
|
|
@@ -1004,11 +1066,13 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1004
1066
|
recordId: {
|
|
1005
1067
|
type: string;
|
|
1006
1068
|
description: string;
|
|
1069
|
+
example: string;
|
|
1007
1070
|
};
|
|
1008
1071
|
objectType: {
|
|
1009
1072
|
type: string;
|
|
1010
1073
|
description: string;
|
|
1011
1074
|
enum: string[];
|
|
1075
|
+
example?: undefined;
|
|
1012
1076
|
};
|
|
1013
1077
|
includeEntryValues: {
|
|
1014
1078
|
type: string;
|
|
@@ -1036,6 +1100,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1036
1100
|
parentAttributeSlug?: undefined;
|
|
1037
1101
|
};
|
|
1038
1102
|
required: string[];
|
|
1103
|
+
additionalProperties: boolean;
|
|
1039
1104
|
};
|
|
1040
1105
|
} | {
|
|
1041
1106
|
name: string;
|
|
@@ -1046,6 +1111,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1046
1111
|
listId: {
|
|
1047
1112
|
type: string;
|
|
1048
1113
|
description: string;
|
|
1114
|
+
example: string;
|
|
1049
1115
|
};
|
|
1050
1116
|
recordId?: undefined;
|
|
1051
1117
|
objectType?: undefined;
|
|
@@ -1064,6 +1130,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1064
1130
|
parentAttributeSlug?: undefined;
|
|
1065
1131
|
};
|
|
1066
1132
|
required: string[];
|
|
1133
|
+
additionalProperties: boolean;
|
|
1067
1134
|
};
|
|
1068
1135
|
} | {
|
|
1069
1136
|
name: string;
|
|
@@ -1074,14 +1141,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1074
1141
|
listId: {
|
|
1075
1142
|
type: string;
|
|
1076
1143
|
description: string;
|
|
1144
|
+
example: string;
|
|
1077
1145
|
};
|
|
1078
1146
|
limit: {
|
|
1079
1147
|
type: string;
|
|
1080
1148
|
description: string;
|
|
1149
|
+
example: number;
|
|
1081
1150
|
};
|
|
1082
1151
|
offset: {
|
|
1083
1152
|
type: string;
|
|
1084
1153
|
description: string;
|
|
1154
|
+
example: number;
|
|
1085
1155
|
};
|
|
1086
1156
|
recordId?: undefined;
|
|
1087
1157
|
objectType?: undefined;
|
|
@@ -1098,6 +1168,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1098
1168
|
parentAttributeSlug?: undefined;
|
|
1099
1169
|
};
|
|
1100
1170
|
required: string[];
|
|
1171
|
+
additionalProperties: boolean;
|
|
1101
1172
|
};
|
|
1102
1173
|
} | {
|
|
1103
1174
|
name: string;
|
|
@@ -1108,26 +1179,32 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1108
1179
|
listId: {
|
|
1109
1180
|
type: string;
|
|
1110
1181
|
description: string;
|
|
1182
|
+
example: string;
|
|
1111
1183
|
};
|
|
1112
1184
|
attributeSlug: {
|
|
1113
1185
|
type: string;
|
|
1114
1186
|
description: string;
|
|
1187
|
+
example: string;
|
|
1115
1188
|
};
|
|
1116
1189
|
condition: {
|
|
1117
1190
|
type: string;
|
|
1118
1191
|
description: string;
|
|
1119
1192
|
enum: string[];
|
|
1193
|
+
example: string;
|
|
1120
1194
|
};
|
|
1121
1195
|
value: {
|
|
1122
1196
|
description: string;
|
|
1197
|
+
example: string;
|
|
1123
1198
|
};
|
|
1124
1199
|
limit: {
|
|
1125
1200
|
type: string;
|
|
1126
1201
|
description: string;
|
|
1202
|
+
example: number;
|
|
1127
1203
|
};
|
|
1128
1204
|
offset: {
|
|
1129
1205
|
type: string;
|
|
1130
1206
|
description: string;
|
|
1207
|
+
example: number;
|
|
1131
1208
|
};
|
|
1132
1209
|
recordId?: undefined;
|
|
1133
1210
|
objectType?: undefined;
|
|
@@ -1141,6 +1218,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1141
1218
|
parentAttributeSlug?: undefined;
|
|
1142
1219
|
};
|
|
1143
1220
|
required: string[];
|
|
1221
|
+
additionalProperties: boolean;
|
|
1144
1222
|
};
|
|
1145
1223
|
} | {
|
|
1146
1224
|
name: string;
|
|
@@ -1151,6 +1229,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1151
1229
|
listId: {
|
|
1152
1230
|
type: string;
|
|
1153
1231
|
description: string;
|
|
1232
|
+
example: string;
|
|
1154
1233
|
};
|
|
1155
1234
|
filters: {
|
|
1156
1235
|
type: string;
|
|
@@ -1199,10 +1278,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1199
1278
|
limit: {
|
|
1200
1279
|
type: string;
|
|
1201
1280
|
description: string;
|
|
1281
|
+
example: number;
|
|
1202
1282
|
};
|
|
1203
1283
|
offset: {
|
|
1204
1284
|
type: string;
|
|
1205
1285
|
description: string;
|
|
1286
|
+
example: number;
|
|
1206
1287
|
};
|
|
1207
1288
|
recordId?: undefined;
|
|
1208
1289
|
objectType?: undefined;
|
|
@@ -1218,6 +1299,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1218
1299
|
parentAttributeSlug?: undefined;
|
|
1219
1300
|
};
|
|
1220
1301
|
required: string[];
|
|
1302
|
+
additionalProperties: boolean;
|
|
1221
1303
|
};
|
|
1222
1304
|
} | {
|
|
1223
1305
|
name: string;
|
|
@@ -1228,19 +1310,25 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1228
1310
|
listId: {
|
|
1229
1311
|
type: string;
|
|
1230
1312
|
description: string;
|
|
1313
|
+
example: string;
|
|
1231
1314
|
};
|
|
1232
1315
|
recordId: {
|
|
1233
1316
|
type: string;
|
|
1234
1317
|
description: string;
|
|
1318
|
+
example: string;
|
|
1235
1319
|
};
|
|
1236
1320
|
objectType: {
|
|
1237
1321
|
type: string;
|
|
1238
1322
|
description: string;
|
|
1239
1323
|
enum: string[];
|
|
1324
|
+
example: string;
|
|
1240
1325
|
};
|
|
1241
1326
|
initialValues: {
|
|
1242
1327
|
type: string;
|
|
1243
1328
|
description: string;
|
|
1329
|
+
example: {
|
|
1330
|
+
stage: string;
|
|
1331
|
+
};
|
|
1244
1332
|
};
|
|
1245
1333
|
includeEntryValues?: undefined;
|
|
1246
1334
|
batchSize?: undefined;
|
|
@@ -1256,6 +1344,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1256
1344
|
parentAttributeSlug?: undefined;
|
|
1257
1345
|
};
|
|
1258
1346
|
required: string[];
|
|
1347
|
+
additionalProperties: boolean;
|
|
1259
1348
|
};
|
|
1260
1349
|
} | {
|
|
1261
1350
|
name: string;
|
|
@@ -1266,10 +1355,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1266
1355
|
listId: {
|
|
1267
1356
|
type: string;
|
|
1268
1357
|
description: string;
|
|
1358
|
+
example: string;
|
|
1269
1359
|
};
|
|
1270
1360
|
entryId: {
|
|
1271
1361
|
type: string;
|
|
1272
1362
|
description: string;
|
|
1363
|
+
example: string;
|
|
1273
1364
|
};
|
|
1274
1365
|
recordId?: undefined;
|
|
1275
1366
|
objectType?: undefined;
|
|
@@ -1287,6 +1378,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1287
1378
|
parentAttributeSlug?: undefined;
|
|
1288
1379
|
};
|
|
1289
1380
|
required: string[];
|
|
1381
|
+
additionalProperties: boolean;
|
|
1290
1382
|
};
|
|
1291
1383
|
} | {
|
|
1292
1384
|
name: string;
|
|
@@ -1297,10 +1389,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1297
1389
|
listId: {
|
|
1298
1390
|
type: string;
|
|
1299
1391
|
description: string;
|
|
1392
|
+
example: string;
|
|
1300
1393
|
};
|
|
1301
1394
|
entryId: {
|
|
1302
1395
|
type: string;
|
|
1303
1396
|
description: string;
|
|
1397
|
+
example: string;
|
|
1304
1398
|
};
|
|
1305
1399
|
attributes: {
|
|
1306
1400
|
type: string;
|
|
@@ -1309,6 +1403,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1309
1403
|
stage: {
|
|
1310
1404
|
type: string;
|
|
1311
1405
|
description: string;
|
|
1406
|
+
example: string;
|
|
1312
1407
|
};
|
|
1313
1408
|
};
|
|
1314
1409
|
additionalProperties: boolean;
|
|
@@ -1328,6 +1423,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1328
1423
|
parentAttributeSlug?: undefined;
|
|
1329
1424
|
};
|
|
1330
1425
|
required: string[];
|
|
1426
|
+
additionalProperties: boolean;
|
|
1331
1427
|
};
|
|
1332
1428
|
} | {
|
|
1333
1429
|
name: string;
|
|
@@ -1338,31 +1434,38 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1338
1434
|
listId: {
|
|
1339
1435
|
type: string;
|
|
1340
1436
|
description: string;
|
|
1437
|
+
example: string;
|
|
1341
1438
|
};
|
|
1342
1439
|
parentObjectType: {
|
|
1343
1440
|
type: string;
|
|
1344
1441
|
description: string;
|
|
1345
1442
|
enum: string[];
|
|
1443
|
+
example: string;
|
|
1346
1444
|
};
|
|
1347
1445
|
parentAttributeSlug: {
|
|
1348
1446
|
type: string;
|
|
1349
1447
|
description: string;
|
|
1448
|
+
example: string;
|
|
1350
1449
|
};
|
|
1351
1450
|
condition: {
|
|
1352
1451
|
type: string;
|
|
1353
1452
|
description: string;
|
|
1354
1453
|
enum: string[];
|
|
1454
|
+
example: string;
|
|
1355
1455
|
};
|
|
1356
1456
|
value: {
|
|
1357
1457
|
description: string;
|
|
1458
|
+
example: string;
|
|
1358
1459
|
};
|
|
1359
1460
|
limit: {
|
|
1360
1461
|
type: string;
|
|
1361
1462
|
description: string;
|
|
1463
|
+
example: number;
|
|
1362
1464
|
};
|
|
1363
1465
|
offset: {
|
|
1364
1466
|
type: string;
|
|
1365
1467
|
description: string;
|
|
1468
|
+
example: number;
|
|
1366
1469
|
};
|
|
1367
1470
|
recordId?: undefined;
|
|
1368
1471
|
objectType?: undefined;
|
|
@@ -1375,6 +1478,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1375
1478
|
attributes?: undefined;
|
|
1376
1479
|
};
|
|
1377
1480
|
required: string[];
|
|
1481
|
+
additionalProperties: boolean;
|
|
1378
1482
|
};
|
|
1379
1483
|
} | {
|
|
1380
1484
|
name: string;
|
|
@@ -1385,18 +1489,22 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1385
1489
|
listId: {
|
|
1386
1490
|
type: string;
|
|
1387
1491
|
description: string;
|
|
1492
|
+
example: string;
|
|
1388
1493
|
};
|
|
1389
1494
|
recordId: {
|
|
1390
1495
|
type: string;
|
|
1391
1496
|
description: string;
|
|
1497
|
+
example: string;
|
|
1392
1498
|
};
|
|
1393
1499
|
limit: {
|
|
1394
1500
|
type: string;
|
|
1395
1501
|
description: string;
|
|
1502
|
+
example: number;
|
|
1396
1503
|
};
|
|
1397
1504
|
offset: {
|
|
1398
1505
|
type: string;
|
|
1399
1506
|
description: string;
|
|
1507
|
+
example: number;
|
|
1400
1508
|
};
|
|
1401
1509
|
objectType?: undefined;
|
|
1402
1510
|
includeEntryValues?: undefined;
|
|
@@ -1412,6 +1520,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1412
1520
|
parentAttributeSlug?: undefined;
|
|
1413
1521
|
};
|
|
1414
1522
|
required: string[];
|
|
1523
|
+
additionalProperties: boolean;
|
|
1415
1524
|
};
|
|
1416
1525
|
})[];
|
|
1417
1526
|
workspace_members: ({
|
|
@@ -1423,22 +1532,34 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1423
1532
|
search: {
|
|
1424
1533
|
type: string;
|
|
1425
1534
|
description: string;
|
|
1535
|
+
example: string;
|
|
1536
|
+
minLength: number;
|
|
1426
1537
|
};
|
|
1427
1538
|
page: {
|
|
1428
1539
|
type: string;
|
|
1429
1540
|
description: string;
|
|
1430
1541
|
default: number;
|
|
1542
|
+
minimum: number;
|
|
1543
|
+
example: number;
|
|
1431
1544
|
};
|
|
1432
1545
|
pageSize: {
|
|
1433
1546
|
type: string;
|
|
1434
1547
|
description: string;
|
|
1435
1548
|
default: number;
|
|
1549
|
+
minimum: number;
|
|
1550
|
+
maximum: number;
|
|
1551
|
+
example: number;
|
|
1436
1552
|
};
|
|
1437
1553
|
query?: undefined;
|
|
1438
1554
|
memberId?: undefined;
|
|
1439
1555
|
};
|
|
1556
|
+
additionalProperties: boolean;
|
|
1440
1557
|
required?: undefined;
|
|
1441
1558
|
};
|
|
1559
|
+
annotations: {
|
|
1560
|
+
readOnlyHint: boolean;
|
|
1561
|
+
idempotentHint: boolean;
|
|
1562
|
+
};
|
|
1442
1563
|
} | {
|
|
1443
1564
|
name: string;
|
|
1444
1565
|
description: string;
|
|
@@ -1448,6 +1569,8 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1448
1569
|
query: {
|
|
1449
1570
|
type: string;
|
|
1450
1571
|
description: string;
|
|
1572
|
+
minLength: number;
|
|
1573
|
+
example: string;
|
|
1451
1574
|
};
|
|
1452
1575
|
search?: undefined;
|
|
1453
1576
|
page?: undefined;
|
|
@@ -1455,6 +1578,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1455
1578
|
memberId?: undefined;
|
|
1456
1579
|
};
|
|
1457
1580
|
required: string[];
|
|
1581
|
+
additionalProperties: boolean;
|
|
1582
|
+
};
|
|
1583
|
+
annotations: {
|
|
1584
|
+
readOnlyHint: boolean;
|
|
1585
|
+
idempotentHint: boolean;
|
|
1458
1586
|
};
|
|
1459
1587
|
} | {
|
|
1460
1588
|
name: string;
|
|
@@ -1465,6 +1593,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1465
1593
|
memberId: {
|
|
1466
1594
|
type: string;
|
|
1467
1595
|
description: string;
|
|
1596
|
+
example: string;
|
|
1468
1597
|
};
|
|
1469
1598
|
search?: undefined;
|
|
1470
1599
|
page?: undefined;
|
|
@@ -1472,6 +1601,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
1472
1601
|
query?: undefined;
|
|
1473
1602
|
};
|
|
1474
1603
|
required: string[];
|
|
1604
|
+
additionalProperties: boolean;
|
|
1605
|
+
};
|
|
1606
|
+
annotations: {
|
|
1607
|
+
readOnlyHint: boolean;
|
|
1608
|
+
idempotentHint: boolean;
|
|
1475
1609
|
};
|
|
1476
1610
|
})[];
|
|
1477
1611
|
companies?: undefined;
|
|
@@ -2272,6 +2406,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2272
2406
|
type: string;
|
|
2273
2407
|
items: {
|
|
2274
2408
|
type: string;
|
|
2409
|
+
properties: {
|
|
2410
|
+
original_phone_number: {
|
|
2411
|
+
type: string;
|
|
2412
|
+
};
|
|
2413
|
+
};
|
|
2275
2414
|
};
|
|
2276
2415
|
description: string;
|
|
2277
2416
|
};
|
|
@@ -2514,6 +2653,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2514
2653
|
parentObjectType?: undefined;
|
|
2515
2654
|
parentAttributeSlug?: undefined;
|
|
2516
2655
|
};
|
|
2656
|
+
additionalProperties: boolean;
|
|
2517
2657
|
required?: undefined;
|
|
2518
2658
|
};
|
|
2519
2659
|
} | {
|
|
@@ -2525,11 +2665,13 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2525
2665
|
recordId: {
|
|
2526
2666
|
type: string;
|
|
2527
2667
|
description: string;
|
|
2668
|
+
example: string;
|
|
2528
2669
|
};
|
|
2529
2670
|
objectType: {
|
|
2530
2671
|
type: string;
|
|
2531
2672
|
description: string;
|
|
2532
2673
|
enum: string[];
|
|
2674
|
+
example?: undefined;
|
|
2533
2675
|
};
|
|
2534
2676
|
includeEntryValues: {
|
|
2535
2677
|
type: string;
|
|
@@ -2557,6 +2699,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2557
2699
|
parentAttributeSlug?: undefined;
|
|
2558
2700
|
};
|
|
2559
2701
|
required: string[];
|
|
2702
|
+
additionalProperties: boolean;
|
|
2560
2703
|
};
|
|
2561
2704
|
} | {
|
|
2562
2705
|
name: string;
|
|
@@ -2567,6 +2710,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2567
2710
|
listId: {
|
|
2568
2711
|
type: string;
|
|
2569
2712
|
description: string;
|
|
2713
|
+
example: string;
|
|
2570
2714
|
};
|
|
2571
2715
|
recordId?: undefined;
|
|
2572
2716
|
objectType?: undefined;
|
|
@@ -2585,6 +2729,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2585
2729
|
parentAttributeSlug?: undefined;
|
|
2586
2730
|
};
|
|
2587
2731
|
required: string[];
|
|
2732
|
+
additionalProperties: boolean;
|
|
2588
2733
|
};
|
|
2589
2734
|
} | {
|
|
2590
2735
|
name: string;
|
|
@@ -2595,14 +2740,17 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2595
2740
|
listId: {
|
|
2596
2741
|
type: string;
|
|
2597
2742
|
description: string;
|
|
2743
|
+
example: string;
|
|
2598
2744
|
};
|
|
2599
2745
|
limit: {
|
|
2600
2746
|
type: string;
|
|
2601
2747
|
description: string;
|
|
2748
|
+
example: number;
|
|
2602
2749
|
};
|
|
2603
2750
|
offset: {
|
|
2604
2751
|
type: string;
|
|
2605
2752
|
description: string;
|
|
2753
|
+
example: number;
|
|
2606
2754
|
};
|
|
2607
2755
|
recordId?: undefined;
|
|
2608
2756
|
objectType?: undefined;
|
|
@@ -2619,6 +2767,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2619
2767
|
parentAttributeSlug?: undefined;
|
|
2620
2768
|
};
|
|
2621
2769
|
required: string[];
|
|
2770
|
+
additionalProperties: boolean;
|
|
2622
2771
|
};
|
|
2623
2772
|
} | {
|
|
2624
2773
|
name: string;
|
|
@@ -2629,26 +2778,32 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2629
2778
|
listId: {
|
|
2630
2779
|
type: string;
|
|
2631
2780
|
description: string;
|
|
2781
|
+
example: string;
|
|
2632
2782
|
};
|
|
2633
2783
|
attributeSlug: {
|
|
2634
2784
|
type: string;
|
|
2635
2785
|
description: string;
|
|
2786
|
+
example: string;
|
|
2636
2787
|
};
|
|
2637
2788
|
condition: {
|
|
2638
2789
|
type: string;
|
|
2639
2790
|
description: string;
|
|
2640
2791
|
enum: string[];
|
|
2792
|
+
example: string;
|
|
2641
2793
|
};
|
|
2642
2794
|
value: {
|
|
2643
2795
|
description: string;
|
|
2796
|
+
example: string;
|
|
2644
2797
|
};
|
|
2645
2798
|
limit: {
|
|
2646
2799
|
type: string;
|
|
2647
2800
|
description: string;
|
|
2801
|
+
example: number;
|
|
2648
2802
|
};
|
|
2649
2803
|
offset: {
|
|
2650
2804
|
type: string;
|
|
2651
2805
|
description: string;
|
|
2806
|
+
example: number;
|
|
2652
2807
|
};
|
|
2653
2808
|
recordId?: undefined;
|
|
2654
2809
|
objectType?: undefined;
|
|
@@ -2662,6 +2817,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2662
2817
|
parentAttributeSlug?: undefined;
|
|
2663
2818
|
};
|
|
2664
2819
|
required: string[];
|
|
2820
|
+
additionalProperties: boolean;
|
|
2665
2821
|
};
|
|
2666
2822
|
} | {
|
|
2667
2823
|
name: string;
|
|
@@ -2672,6 +2828,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2672
2828
|
listId: {
|
|
2673
2829
|
type: string;
|
|
2674
2830
|
description: string;
|
|
2831
|
+
example: string;
|
|
2675
2832
|
};
|
|
2676
2833
|
filters: {
|
|
2677
2834
|
type: string;
|
|
@@ -2720,10 +2877,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2720
2877
|
limit: {
|
|
2721
2878
|
type: string;
|
|
2722
2879
|
description: string;
|
|
2880
|
+
example: number;
|
|
2723
2881
|
};
|
|
2724
2882
|
offset: {
|
|
2725
2883
|
type: string;
|
|
2726
2884
|
description: string;
|
|
2885
|
+
example: number;
|
|
2727
2886
|
};
|
|
2728
2887
|
recordId?: undefined;
|
|
2729
2888
|
objectType?: undefined;
|
|
@@ -2739,6 +2898,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2739
2898
|
parentAttributeSlug?: undefined;
|
|
2740
2899
|
};
|
|
2741
2900
|
required: string[];
|
|
2901
|
+
additionalProperties: boolean;
|
|
2742
2902
|
};
|
|
2743
2903
|
} | {
|
|
2744
2904
|
name: string;
|
|
@@ -2749,19 +2909,25 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2749
2909
|
listId: {
|
|
2750
2910
|
type: string;
|
|
2751
2911
|
description: string;
|
|
2912
|
+
example: string;
|
|
2752
2913
|
};
|
|
2753
2914
|
recordId: {
|
|
2754
2915
|
type: string;
|
|
2755
2916
|
description: string;
|
|
2917
|
+
example: string;
|
|
2756
2918
|
};
|
|
2757
2919
|
objectType: {
|
|
2758
2920
|
type: string;
|
|
2759
2921
|
description: string;
|
|
2760
2922
|
enum: string[];
|
|
2923
|
+
example: string;
|
|
2761
2924
|
};
|
|
2762
2925
|
initialValues: {
|
|
2763
2926
|
type: string;
|
|
2764
2927
|
description: string;
|
|
2928
|
+
example: {
|
|
2929
|
+
stage: string;
|
|
2930
|
+
};
|
|
2765
2931
|
};
|
|
2766
2932
|
includeEntryValues?: undefined;
|
|
2767
2933
|
batchSize?: undefined;
|
|
@@ -2777,6 +2943,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2777
2943
|
parentAttributeSlug?: undefined;
|
|
2778
2944
|
};
|
|
2779
2945
|
required: string[];
|
|
2946
|
+
additionalProperties: boolean;
|
|
2780
2947
|
};
|
|
2781
2948
|
} | {
|
|
2782
2949
|
name: string;
|
|
@@ -2787,10 +2954,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2787
2954
|
listId: {
|
|
2788
2955
|
type: string;
|
|
2789
2956
|
description: string;
|
|
2957
|
+
example: string;
|
|
2790
2958
|
};
|
|
2791
2959
|
entryId: {
|
|
2792
2960
|
type: string;
|
|
2793
2961
|
description: string;
|
|
2962
|
+
example: string;
|
|
2794
2963
|
};
|
|
2795
2964
|
recordId?: undefined;
|
|
2796
2965
|
objectType?: undefined;
|
|
@@ -2808,6 +2977,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2808
2977
|
parentAttributeSlug?: undefined;
|
|
2809
2978
|
};
|
|
2810
2979
|
required: string[];
|
|
2980
|
+
additionalProperties: boolean;
|
|
2811
2981
|
};
|
|
2812
2982
|
} | {
|
|
2813
2983
|
name: string;
|
|
@@ -2818,10 +2988,12 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2818
2988
|
listId: {
|
|
2819
2989
|
type: string;
|
|
2820
2990
|
description: string;
|
|
2991
|
+
example: string;
|
|
2821
2992
|
};
|
|
2822
2993
|
entryId: {
|
|
2823
2994
|
type: string;
|
|
2824
2995
|
description: string;
|
|
2996
|
+
example: string;
|
|
2825
2997
|
};
|
|
2826
2998
|
attributes: {
|
|
2827
2999
|
type: string;
|
|
@@ -2830,6 +3002,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2830
3002
|
stage: {
|
|
2831
3003
|
type: string;
|
|
2832
3004
|
description: string;
|
|
3005
|
+
example: string;
|
|
2833
3006
|
};
|
|
2834
3007
|
};
|
|
2835
3008
|
additionalProperties: boolean;
|
|
@@ -2849,6 +3022,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2849
3022
|
parentAttributeSlug?: undefined;
|
|
2850
3023
|
};
|
|
2851
3024
|
required: string[];
|
|
3025
|
+
additionalProperties: boolean;
|
|
2852
3026
|
};
|
|
2853
3027
|
} | {
|
|
2854
3028
|
name: string;
|
|
@@ -2859,31 +3033,38 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2859
3033
|
listId: {
|
|
2860
3034
|
type: string;
|
|
2861
3035
|
description: string;
|
|
3036
|
+
example: string;
|
|
2862
3037
|
};
|
|
2863
3038
|
parentObjectType: {
|
|
2864
3039
|
type: string;
|
|
2865
3040
|
description: string;
|
|
2866
3041
|
enum: string[];
|
|
3042
|
+
example: string;
|
|
2867
3043
|
};
|
|
2868
3044
|
parentAttributeSlug: {
|
|
2869
3045
|
type: string;
|
|
2870
3046
|
description: string;
|
|
3047
|
+
example: string;
|
|
2871
3048
|
};
|
|
2872
3049
|
condition: {
|
|
2873
3050
|
type: string;
|
|
2874
3051
|
description: string;
|
|
2875
3052
|
enum: string[];
|
|
3053
|
+
example: string;
|
|
2876
3054
|
};
|
|
2877
3055
|
value: {
|
|
2878
3056
|
description: string;
|
|
3057
|
+
example: string;
|
|
2879
3058
|
};
|
|
2880
3059
|
limit: {
|
|
2881
3060
|
type: string;
|
|
2882
3061
|
description: string;
|
|
3062
|
+
example: number;
|
|
2883
3063
|
};
|
|
2884
3064
|
offset: {
|
|
2885
3065
|
type: string;
|
|
2886
3066
|
description: string;
|
|
3067
|
+
example: number;
|
|
2887
3068
|
};
|
|
2888
3069
|
recordId?: undefined;
|
|
2889
3070
|
objectType?: undefined;
|
|
@@ -2896,6 +3077,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2896
3077
|
attributes?: undefined;
|
|
2897
3078
|
};
|
|
2898
3079
|
required: string[];
|
|
3080
|
+
additionalProperties: boolean;
|
|
2899
3081
|
};
|
|
2900
3082
|
} | {
|
|
2901
3083
|
name: string;
|
|
@@ -2906,18 +3088,22 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2906
3088
|
listId: {
|
|
2907
3089
|
type: string;
|
|
2908
3090
|
description: string;
|
|
3091
|
+
example: string;
|
|
2909
3092
|
};
|
|
2910
3093
|
recordId: {
|
|
2911
3094
|
type: string;
|
|
2912
3095
|
description: string;
|
|
3096
|
+
example: string;
|
|
2913
3097
|
};
|
|
2914
3098
|
limit: {
|
|
2915
3099
|
type: string;
|
|
2916
3100
|
description: string;
|
|
3101
|
+
example: number;
|
|
2917
3102
|
};
|
|
2918
3103
|
offset: {
|
|
2919
3104
|
type: string;
|
|
2920
3105
|
description: string;
|
|
3106
|
+
example: number;
|
|
2921
3107
|
};
|
|
2922
3108
|
objectType?: undefined;
|
|
2923
3109
|
includeEntryValues?: undefined;
|
|
@@ -2933,6 +3119,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
2933
3119
|
parentAttributeSlug?: undefined;
|
|
2934
3120
|
};
|
|
2935
3121
|
required: string[];
|
|
3122
|
+
additionalProperties: boolean;
|
|
2936
3123
|
};
|
|
2937
3124
|
})[];
|
|
2938
3125
|
tasks: ({
|
|
@@ -3402,22 +3589,34 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3402
3589
|
search: {
|
|
3403
3590
|
type: string;
|
|
3404
3591
|
description: string;
|
|
3592
|
+
example: string;
|
|
3593
|
+
minLength: number;
|
|
3405
3594
|
};
|
|
3406
3595
|
page: {
|
|
3407
3596
|
type: string;
|
|
3408
3597
|
description: string;
|
|
3409
3598
|
default: number;
|
|
3599
|
+
minimum: number;
|
|
3600
|
+
example: number;
|
|
3410
3601
|
};
|
|
3411
3602
|
pageSize: {
|
|
3412
3603
|
type: string;
|
|
3413
3604
|
description: string;
|
|
3414
3605
|
default: number;
|
|
3606
|
+
minimum: number;
|
|
3607
|
+
maximum: number;
|
|
3608
|
+
example: number;
|
|
3415
3609
|
};
|
|
3416
3610
|
query?: undefined;
|
|
3417
3611
|
memberId?: undefined;
|
|
3418
3612
|
};
|
|
3613
|
+
additionalProperties: boolean;
|
|
3419
3614
|
required?: undefined;
|
|
3420
3615
|
};
|
|
3616
|
+
annotations: {
|
|
3617
|
+
readOnlyHint: boolean;
|
|
3618
|
+
idempotentHint: boolean;
|
|
3619
|
+
};
|
|
3421
3620
|
} | {
|
|
3422
3621
|
name: string;
|
|
3423
3622
|
description: string;
|
|
@@ -3427,6 +3626,8 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3427
3626
|
query: {
|
|
3428
3627
|
type: string;
|
|
3429
3628
|
description: string;
|
|
3629
|
+
minLength: number;
|
|
3630
|
+
example: string;
|
|
3430
3631
|
};
|
|
3431
3632
|
search?: undefined;
|
|
3432
3633
|
page?: undefined;
|
|
@@ -3434,6 +3635,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3434
3635
|
memberId?: undefined;
|
|
3435
3636
|
};
|
|
3436
3637
|
required: string[];
|
|
3638
|
+
additionalProperties: boolean;
|
|
3639
|
+
};
|
|
3640
|
+
annotations: {
|
|
3641
|
+
readOnlyHint: boolean;
|
|
3642
|
+
idempotentHint: boolean;
|
|
3437
3643
|
};
|
|
3438
3644
|
} | {
|
|
3439
3645
|
name: string;
|
|
@@ -3444,6 +3650,7 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3444
3650
|
memberId: {
|
|
3445
3651
|
type: string;
|
|
3446
3652
|
description: string;
|
|
3653
|
+
example: string;
|
|
3447
3654
|
};
|
|
3448
3655
|
search?: undefined;
|
|
3449
3656
|
page?: undefined;
|
|
@@ -3451,6 +3658,11 @@ export declare const TOOL_DEFINITIONS: {
|
|
|
3451
3658
|
query?: undefined;
|
|
3452
3659
|
};
|
|
3453
3660
|
required: string[];
|
|
3661
|
+
additionalProperties: boolean;
|
|
3662
|
+
};
|
|
3663
|
+
annotations: {
|
|
3664
|
+
readOnlyHint: boolean;
|
|
3665
|
+
idempotentHint: boolean;
|
|
3454
3666
|
};
|
|
3455
3667
|
})[];
|
|
3456
3668
|
GENERAL: ({
|