Skip to main content
Glama

Custom Context MCP Server

by omer-ayhan

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

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/omer-ayhan/custom-context-mcp'

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