Skip to content

feat: add structured data and API interaction tools - #865

Merged
avoidwork merged 1 commit into
mainfrom
feat/add-structured-data-and-api-tools
Aug 24, 2026
Merged

feat: add structured data and API interaction tools#865
avoidwork merged 1 commit into
mainfrom
feat/add-structured-data-and-api-tools

Conversation

@avoidwork

Copy link
Copy Markdown
Owner

@-

Add four new tools:
- apiClient: REST API client with Bearer/Basic/API Key auth, URL validation, timeout, size limits
- graphQLClient: GraphQL query/mutation execution with depth/complexity limits, introspection control
- webhookManagement: Webhook create/list/delete/verify/deliver with HMAC-SHA256 verification
- dataTool: JSON/YAML/CSV parsing, filtering, transformation, and format conversion

Each tool follows the existing factory pattern with zod schemas, JSDoc, and proper permission registration.
Includes comprehensive unit tests (48 new tests across 4 test files).
@avoidwork avoidwork self-assigned this Aug 24, 2026
@avoidwork
avoidwork enabled auto-merge (squash) August 24, 2026 23:03
@avoidwork
avoidwork merged commit 5d745a2 into main Aug 24, 2026
3 checks passed
@avoidwork
avoidwork deleted the feat/add-structured-data-and-api-tools branch August 24, 2026 23:05
@avoidwork
avoidwork restored the feat/add-structured-data-and-api-tools branch August 24, 2026 23:18
@avoidwork
avoidwork deleted the feat/add-structured-data-and-api-tools branch August 24, 2026 23:19
avoidwork added a commit that referenced this pull request Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant