Skip to main content
Glama
afialho

MCP Dev Tools

by afialho

json_utils_dev-tools

Format, validate, convert, analyze, compare, and extract JSON data. Generate schemas, minify JSON, and manipulate structured data for developer tasks.

Instructions

Utilitários completos para JSON: gerar, validar, converter, formatar, analisar e manipular dados JSON

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jsonsNoArray de strings JSON para operações em lote
schemaNoJSON Schema para validação (apenas para operação validar)
jsonpathNoExpressão JSONPath para extrair valores específicos
operacaoYesOperação: formatar JSON, validar estrutura, converter dados para JSON, analisar conteúdo, extrair valores ou comparar JSONs
indentacaoNoNúmero de espaços para indentação (2-8)
json_stringNoString JSON para formatar/validar (não usado em converter)
dados_entradaNoDados para converter para JSON (objeto, array, string, etc.)
formato_saidaNoFormato de saída do resultadojson
incluir_tiposNoIncluir informações de tipos na análise
formato_origemNoFormato dos dados de entradaauto
ordenar_chavesNoOrdenar chaves alfabeticamente
json_comparacaoNoSegundo JSON para comparação (apenas para operação comparar)
incluir_estatisticasNoIncluir estatísticas na análise (contagem de propriedades, tipos, etc.)
estrutura_personalizadaNoEstrutura personalizada para organizar os dados convertidos

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.8.0

TDQS

C2.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full behavioral burden. It merely lists operation categories without disclosing any behavioral traits such as whether operations are read-only, whether they mutate state, what permissions are required, or what the output looks like. This is a significant omission for a multi-operation utility.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no filler. It is concise and wastes no words, though given the tool's complexity and ten operations, it is arguably too terse to be fully effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 14 parameters, 10 enum operations, nested objects, and no output schema, the description is far too sparse. It does not explain how operations map to parameters, what results to expect, or any behavioral context. An agent must rely almost entirely on the schema to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 14 parameters thoroughly. The description adds no additional parameter meaning, but the baseline of 3 applies when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the resource ('JSON') and lists generic verbs (gerar, validar, converter, formatar, analisar, manipular), but it is a broad catch-all that does not distinguish the ten operations or differentiate from sibling utility tools. An agent knows it is about JSON, but not what specific capability this tool uniquely provides.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives, nor on prerequisites or conditions for each operation. The description simply states the tool is a complete JSON utility, leaving the agent to infer usage from the schema.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.