Tools Catalog

MCP tools catalog — grouped by source system.

Links authors and maintains every tool's name, description, and category as a template — you select which templates to enable for your workspace, you don't write or edit them. If you can't find suitable tool template, please contact Links Support or submit a support ticket. See Tools Overview for the contract every tool below follows.

Naming convention

Every tool name follows the same pattern:

get_{source}_{data_type}
  • {source} identifies the connected system (e.g. salesforce, stripe).
  • {data_type} identifies the business object it returns (e.g. account, invoice, bill).
  • Names are always lowercase snake_case — for example get_salesforce_account, get_stripe_invoice.

Which of these are enabled for me?

A tool only appears in your workspace once you've connected the underlying system and turned on AI for that specific object.

Bill.com

ToolObjectCategory
get_billdotcom_billAP BillAccounts Payable
get_billdotcom_paymentAP PaymentAccounts Payable
get_billdotcom_invoiceAR InvoiceAccounts Receivable
get_billdotcom_creditmemoCredit MemoAccounts Receivable

Chargebee

ToolObjectCategory
get_chargebee_customerCustomerCustomer Management
get_chargebee_contactContactCustomer Management
get_chargebee_invoiceInvoiceBilling and Invoicing
get_chargebee_itemItemItem Management
get_chargebee_transactionTransactionPayment Transactions

HubSpot

ToolObjectCategory
get_hubspot_contactContactCustomer Management
get_hubspot_companyCompanyCustomer Management
get_hubspot_productProductProduct Management
get_hubspot_dealDealDeal Management

PandaDoc

ToolObjectCategory
get_pandadoc_contractDocumentContract Lifecycle Management
get_pandadoc_contactContactCustomer Management

Ramp

ToolObjectCategory
get_ramp_transactionCorporate Card TransactionCorporate Card Spend
get_ramp_billAP BillAccounts Payable
get_ramp_reimbursementEmployee ReimbursementEmployee Expense Reimbursement

Salesforce

ToolObjectCategory
get_salesforce_accountAccountCustomer Management
get_salesforce_contactContactCustomer Management
get_salesforce_opportunityOpportunityOpportunity Management
get_salesforce_contractContractContract Lifecycle Management

Stripe

ToolObjectCategory
get_stripe_paymentPayment IntentFinancial Transactions
get_stripe_customerCustomerCustomer Management
get_stripe_productProductProduct Management
get_stripe_invoiceInvoiceBilling and Invoicing

Generic CSV / Excel and JSON sources

For systems Links doesn't yet have a native OAuth integration for, Links can also provide a matching tool template over a CSV/Excel or JSON data source — same naming convention, same read-only contract, same per-tenant enablement described above. Connect a data source to see which templates are currently available, or request one for your system.

Fields

Every field a tool returns is also filterable, using the operators below. See each source's page in the sidebar for its exact field list and types.

Field typeOperators
Texteq, ne, in (case-insensitive exact match), contains (case-insensitive substring)
Number / Dateeq, ne, gt, gte, lt, lte, in
Booleaneq, ne

Nested fields aren't returned

A source object's nested/JSON fields (line items, metadata blobs, addresses stored as objects, etc.) are never returned via MCP or filterable — only flat, scalar fields are. Each source's field page lists what's excluded for that object.

On this page