Skip to main content
Glama
by payware
index.js624 B
/** * Merchant Deep Links Tools * Deep link management for merchants */ import { getTransactionLinkTool } from './get-transaction-link.js'; import { getProductLinkTool } from './get-product-link.js'; import { deleteTransactionLinkTool } from './delete-transaction-link.js'; import { deleteProductLinkTool } from './delete-product-link.js'; export const merchantDeepLinksTools = [ getTransactionLinkTool, getProductLinkTool, deleteTransactionLinkTool, deleteProductLinkTool ]; export { getTransactionLinkTool, getProductLinkTool, deleteTransactionLinkTool, deleteProductLinkTool };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/payware/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server