Kategorien

Pfad inklusive

Prueft Pfad mit lodash _.hasIn

Prueft, ob ein Pfad existiert, inklusive geerbter Eigenschaften. **Highlights:** - Verwendet lodash `_.hasIn` - Prueft eigene und geerbte Eigenschaften - Gibt true oder false zurueck **Beispiel:** - Eingabe: `{"user":{"name":"Ada"}}` - Pfad: `user.name` - Ergebnis: `true`

JSON-Objekt oder -Array eingeben

Eigenschaftspfad zum Pruefen

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/has-in-path

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
inputData textarea Ja JSON-Objekt oder -Array eingeben
path text Ja Eigenschaftspfad zum Pruefen

Antwortformat

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

{
  "mcpServers": {
    "elysiatools-has-in-path": {
      "name": "has-in-path",
      "description": "Prueft Pfad mit lodash _.hasIn",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=has-in-path",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]