TD Ameritrade Holding · API Governance Rules
TD Ameritrade Holding API Rules
Spectral linting rules defining API design standards and conventions for TD Ameritrade Holding.
10 Rules
error 2
warn 7
info 1
Rule Categories
tdameritrade
Rules
warn
tdameritrade-path-account-id
Account-level paths should use {accountId} path parameter
$.paths[/accounts/*]~
error
tdameritrade-operation-ids-required
All operations must have operationId defined
$.paths[*][get,post,put,delete,patch]
warn
tdameritrade-operation-ids-camelcase
operationId values should use camelCase
$.paths[*][get,post,put,delete,patch].operationId
warn
tdameritrade-tags-defined
All operations should be tagged for documentation grouping
$.paths[*][get,post,put,delete,patch]
warn
tdameritrade-security-defined
Operations should reference OAuth2 security scheme
$.paths[*][get,post,put,delete,patch]
error
tdameritrade-responses-success
All operations should define a success response
$.paths[*][get,put,patch].responses
warn
tdameritrade-error-401
All operations should define an unauthorized (401) response
$.paths[*][get,post,put,delete,patch].responses
warn
tdameritrade-summary-title-case
Operation summaries should use Title Case
$.paths[*][get,post,put,delete,patch].summary
info
tdameritrade-schemas-description
Schema properties should have descriptions
$.components.schemas[*].properties[*]
warn
tdameritrade-deprecated-notice
Deprecated APIs should have deprecation notice in description
$[?(@['x-status'] == 'deprecated')].info.description
Spectral Ruleset
Work with this as data
Every ruleset here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for spectral rules
4 MCP tools reach this
find_rulesBrowse and filter every ruleset in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This ruleset
curl "https://apis.io/api/v1/rules/td-ameritrade-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.