Skip to content

feat: add archived records support to SOQL query tool#2

Open
shohei-majima wants to merge 1 commit intoEric-2369:mainfrom
shohei-majima:feat/soql-archived-records
Open

feat: add archived records support to SOQL query tool#2
shohei-majima wants to merge 1 commit intoEric-2369:mainfrom
shohei-majima:feat/soql-archived-records

Conversation

@shohei-majima
Copy link
Copy Markdown

Add Support for Querying Archived Records in SOQL Tool

What's New

Added a new include_archived parameter to the SOQL query tool that allows querying archived and deleted Salesforce records.

Changes

  • New Parameter: include_archived (boolean, default: false)
  • Endpoint Logic: Uses queryAll when true, standard query when false
  • Multilingual Support: Added translations for EN/ZH/PT
  • Response Update: Added includeArchived field to output schema

Usage

# Standard query (default)
include_archived: false

# Include archived records
include_archived: true

Benefits

  • Access to historical/deleted records
  • Useful for auditing and data migration
  • Backward compatible - no breaking changes

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