Skip to main content
Glama
byndcloud

Unofficial Dex CRM MCP Server

by byndcloud

dex_list_custom_fields

Retrieve custom field definitions to extend contact data beyond built-in fields in Dex CRM.

Instructions

Retrieve all custom field definitions. Custom fields allow adding structured data to contacts beyond the built-in fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration and handler implementation for dex_list_custom_fields tool.
    server.tool(
      "dex_list_custom_fields",
      "Retrieve all custom field definitions. Custom fields allow adding structured data to contacts beyond the built-in fields.",
      {},
      async () => {
        try {
          const result = await dex.get("/v1/custom-fields/");
          return toResult(result);
        } catch (error) {
          return toError(error);
        }
      }
    );

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/byndcloud/unofficial-dex-mcp'

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