feat: replace SPY with SP500 in supported assets#12
Open
Thykof wants to merge 1 commit into
Open
Conversation
synth-api retires SPYX (and its SPY alias) for the new SP500 index asset at the 2026-07-23 switchover; all tool descriptions and specs follow. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the SDK/spec surface to reflect the synth-api retirement of SPY/SPYX by replacing documentation-facing “supported assets” mentions with the new SP500 index symbol across the OpenAPI sources, generated artifacts, and tool/func descriptions.
Changes:
- Replaced
SPY→SP500in supported-asset lists within the source and generated OpenAPI specs (.speakeasy/in.openapi.yaml,.speakeasy/out.openapi.yaml). - Updated tool metadata descriptions in
manifest.jsonandsrc/tool-names.tsto advertiseSP500instead ofSPY. - Updated generated model schema
.describe(...)strings and related func/tool description strings to matchSP500.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.speakeasy/in.openapi.yaml |
Updates source OpenAPI descriptions/parameter descriptions to list SP500 as the supported index symbol. |
.speakeasy/out.openapi.yaml |
Updates generated OpenAPI output descriptions/parameter descriptions to list SP500. |
manifest.json |
Updates published tool descriptions to replace SPY with SP500 in supported assets lists. |
src/tool-names.ts |
Updates tool-name/description registry strings to list SP500 instead of SPY. |
src/models/getinsightsliquidationop.ts |
Updates request schema description string to advertise SP500. |
src/models/getinsightslpboundsop.ts |
Updates request schema description string to advertise SP500. |
src/models/getinsightslpprobabilitiesop.ts |
Updates request schema description string to advertise SP500. |
src/models/getinsightsoptionpricingop.ts |
Updates request schema description string to advertise SP500. |
src/models/getinsightspolymarketupdowndailyop.ts |
Updates request schema description string to advertise SP500. |
src/models/getinsightspredictionpercentilesop.ts |
Updates request schema description string to advertise SP500. |
src/models/getinsightsvolatilityop.ts |
Updates request schema description string to advertise SP500. |
src/funcs/getInsightsLiquidation.ts |
Updates JSDoc remarks supported-assets list to include SP500 instead of SPY. |
src/funcs/getInsightsLpBounds.ts |
Updates JSDoc remarks supported-assets list to include SP500 instead of SPY. |
src/funcs/getInsightsLpProbabilities.ts |
Updates JSDoc remarks supported-assets list to include SP500 instead of SPY. |
src/funcs/getInsightsOptionPricing.ts |
Updates JSDoc remarks supported-assets list to include SP500 instead of SPY. |
src/funcs/getInsightsPolymarketUpDownDaily.ts |
Updates JSDoc remarks supported-assets list to include SP500 instead of SPY. |
src/funcs/getInsightsPredictionPercentiles.ts |
Updates JSDoc remarks supported-assets list to include SP500 instead of SPY. |
src/mcp-server/tools/getInsightsLiquidation.ts |
Updates MCP tool description string to list SP500 instead of SPY. |
src/mcp-server/tools/getInsightsLpBounds.ts |
Updates MCP tool description string to list SP500 instead of SPY. |
src/mcp-server/tools/getInsightsLpProbabilities.ts |
Updates MCP tool description string to list SP500 instead of SPY. |
src/mcp-server/tools/getInsightsOptionPricing.ts |
Updates MCP tool description string to list SP500 instead of SPY. |
src/mcp-server/tools/getInsightsPolymarketUpDownDaily.ts |
Updates MCP tool description string to list SP500 instead of SPY. |
src/mcp-server/tools/getInsightsPredictionPercentiles.ts |
Updates MCP tool description string to list SP500 instead of SPY. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
synth-api retires SPYX and its
SPYalias — replaced by the new SP500 index asset (synthdataco/backend-monorepo#97) at the 2026-07-23 subnet switchover. All supported-asset mentions follow:.speakeasy/in.openapi.yaml(source spec), the generatedout.openapi.yaml,manifest.json,src/tool-names.ts, and the generated funcs/tools/models description strings.String-only change: 23 files, 57 substitutions, nothing outside
SPY → SP500in the diff.manifest.jsonvalidated; lint/build not run locally (no node_modules) — CI or aspeakeasy runregeneration will confirm nothing drifted.🤖 Generated with Claude Code