R

redpim.de

redPIM is a cloud Product Information Management (PIM) system for technical wholesalers and mid-market distributors to manage, optimize, and distribute product data across channels, with Claude-powered AI workflows and an MCP server.

1action
https://redpim.de/

live · Productivity & Work · JSON · API for agents

Tools 1 tool

request_consultationaction

Request a redPIM consultation for a technical distributor / wholesaler. Provide name, optional company, a reply email and a short message about your catalog, data sources, target systems and goals. redPIM gets back to you by email.

View tool JSON
{
  "name": "request_consultation",
  "kind": "action",
  "impl": "declarative",
  "description": "Request a redPIM consultation for a technical distributor / wholesaler. Provide name, optional company, a reply email and a short message about your catalog, data sources, target systems and goals. redPIM gets back to you by email.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "Name *"
      },
      "company": {
        "type": "string",
        "description": "Firma"
      },
      "email": {
        "type": "string",
        "description": "E-Mail *"
      },
      "message": {
        "type": "string",
        "description": "Worum geht's? (Katalog-Größe, Quellen, Zielsysteme, Ziele) *"
      },
      "website": {
        "type": "string"
      }
    },
    "required": [
      "name",
      "email",
      "message"
    ]
  },
  "page": "/"
}