Custom Context MCP Server

text-to-json

Convert grouped text into structured JSON using a predefined template. This tool streamlines data organization by transforming text inputs into JSON format based on specified placeholders.

Instructions

Converts groupped text from group-text-by-json tool to JSON. This tool accepts a JSON template with placeholders and groupped text from group-text-by-json tool.

Input Schema

NameRequiredDescriptionDefault
templateYesJSON template with placeholders
textYesGroupped text from groupTextByJson tool

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "template": { "description": "JSON template with placeholders", "type": "string" }, "text": { "description": "Groupped text from groupTextByJson tool", "type": "string" } }, "required": [ "template", "text" ], "type": "object" }

You must be authenticated.

Other Tools from Custom Context MCP Server

Related Tools

ID: v4xoule0aw