View as Markdown
Nasdaq Data Link (Time Series and Table data) icon

Nasdaq Data Link (Time Series and Table data) ACTION

Get Table Metadata

Retrieves metadata for a specific Nasdaq Data Link table, including column names, types, filterable columns, and primary keys. See the documentation
  • Action
  • Read only
  • API key
  • SDK
  • MCP

IMPLEMENTATION

Call this tool

Connect a user's Nasdaq Data Link (Time Series and Table data) account once, then configure and run Get Table Metadata from your backend or agent.

import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const result = await pd.actions.run({
  id: "nasdaq_data_link_time_series_and_table_data_-get-table-metadata",
  externalUserId: "{external_user_id}", // any stable ID for this user in your system
  configuredProps: {
    nasdaq_data_link_time_series_and_table_data_: { authProvisionId: "apn_xxxxxxx" },
    publisher: "Publisher Code",
    table: "Table Code",
  },
})

console.log(result)

SCHEMA

Inputs

Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.

Get Table Metadata inputs
Property Type Description
publisher Publisher Code string
The publisher code (e.g., MER, ETFG, AR, NDAQ). This is the first part of the datatable code. If the code is MER/F1, then MER is the publisher code and F1 is the table code.
Required
table Table Code string
The table code (e.g., F1, FUND, MWCS, RTAT10). This is the second part of the datatable code. If the code is MER/F1, then F1 is the table code.
Required

REFERENCE

Tool details

Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.

Registry key
nasdaq_data_link_time_series_and_table_data_-get-table-metadata
Version
0.0.2
App
Nasdaq Data Link (Time Series and Table data)
Authentication
API key
Read-only
Yes
Destructive
No
Open world
Yes