Categories

Object Key-Value Converter

Convert between different object key-value formats and manipulate object structures

API Documentation

Request Endpoint

POST /en/api/tools/object-key-value-converter

Request Parameters

Parameter Name Type Required Description
objectInput textarea Yes -
inputFormat select Yes -
convertMode select Yes -
outputFormat select Yes -
keyCase select Yes -
valueCase select Yes -
separator select Yes -
sortBy select Yes -

Response Format

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

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-object-key-value-converter": {
      "name": "object-key-value-converter",
      "description": "Convert between different object key-value formats and manipulate object structures",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=object-key-value-converter",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]