Skip to main content
Glama
wayknow

wayknow/clearjson

by wayknow

search_json

Search JSON structures for keys, values, or paths. Returns matching nodes with JSONPath locations. Supports key, value, and path search modes with case sensitivity and result limits.

Instructions

Search for keys, values, or paths inside a JSON structure. Returns matching nodes with their JSONPath locations. Supports key search (field name contains), value search (value string contains), and path search (JSONPath contains). Respects maxResults limit (default 50).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jsonYesThe JSON string to search in.
modeNoSearch mode: "key" (field names), "value" (string/number values), "path" (JSONPath), "all" (default — everything).all
queryYesThe search term. Matches against keys, values, or paths depending on `mode`.
maxResultsNoMaximum number of results to return (default: 50)
caseSensitiveNoCase-sensitive search (default: false)
Behavior4/5

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

No annotations are provided, so the description bears the full burden. It discloses that the tool respects a maxResults limit (default 50) and hints at read-only behavior by returning nodes. It does not mention any destructive actions, auth requirements, or rate limits, but for a search tool this is adequate transparency.

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

Conciseness5/5

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

The description is four sentences, each adding essential information: purpose, output format, search mode support, and result limiting. No redundant sentences; well-structured for quick reading.

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

Completeness4/5

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

For a search tool with 5 parameters, the description covers core behavior and result limiting. No output schema is provided, but the description mentions JSONPath locations, which gives a clear expectation. Could mention pagination or performance, but sufficient for typical use.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining that results include JSONPath locations and that search modes (key, value, path, all) match against different parts. This goes beyond the schema descriptions which only list modes without explaining the output format.

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

Purpose5/5

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

The description clearly states it searches for keys, values, or paths in JSON structures, returning matching nodes with JSONPath locations. It distinguishes itself from sibling tools like query_json, diff_json, etc., by focusing on search within a single JSON structure rather than comparison or transformation.

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

Usage Guidelines3/5

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

The description explains what the tool does but does not explicitly state when to use it versus alternatives like query_json or validate_json. The sibling context includes query_json which might overlap, but no guidance is given. The description implies usage for searching, but misses exclusion criteria.

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

Install Server

Other Tools

Latest Blog Posts

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/wayknow/clearjson'

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