Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions schemas/mcp-enable-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,19 @@ actions:
name: get-environments
scopes:
- read
- target: $["paths"]["/api/v2/auditlog"]["get"]
update:
x-speakeasy-mcp:
description: >
Fetches audit log entries for a LaunchDarkly account. Use the `spec` parameter
with format `proj/<projectKey>:env/<envKey>:flag/<flagKey>` to query a specific
flag's change history (use `env/*` for all environments). The `before` and `after`
parameters accept Unix epoch timestamps in milliseconds for date-range filtering.
Returns at most 20 entries per call, ordered newest-first.
disabled: false
name: get-audit-log-entries
scopes:
- read
- target: $["paths"]["/api/v2/code-refs/repositories"]["get"]
update:
x-speakeasy-mcp:
Expand Down