Skip to main content

JSON Formatter E2E

CommunitySandbox requiredv1.1.0MITUnverified

by E2E Test Publisher · published 6 months ago · toolpack

Formats and validates JSON strings with pretty-printing

A simple tool that formats JSON strings with configurable indentation

generic

Quick Start

bash
agentnode install json-formatter-e2e-0320

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

Verification

low confidence15/100✖ Failed
smokeSmoke test failed
0/25
testsTests failed
0/15
importImport verification failed
0/15
installInstalled in 1.4s
+15/15
contractContract not validated
0/10
determinismNo determinism data
0/5
reliabilityNo stability data
0/10

Package installs but has import issues.

install1.4s
import67ms

Verification failed. This package has issues that prevent it from being installed or imported correctly.

Reason: Tool entrypoint import verification failed

Python 3.12.3ffmpegpopplertesseractuv

Last verified 26d ago· Runner v2.0.0

Capabilities

json_processingformat_jsontool

Format a JSON string with pretty-printing

Input Schema

{
  "type": "object",
  "required": [
    "json_string"
  ],
  "properties": {
    "indent": {
      "type": "integer",
      "default": 2,
      "description": "Indentation level"
    },
    "json_string": {
      "type": "string",
      "description": "The JSON string to format"
    }
  }
}
json_processingvalidate_jsontool

Check if a string is valid JSON

Input Schema

{
  "type": "object",
  "required": [
    "json_string"
  ],
  "properties": {
    "json_string": {
      "type": "string",
      "description": "The JSON string to validate"
    }
  }
}

Permissions

Sandbox requiredRuns third-party code that AgentNode hasn't vouched for at host level — it runs isolated in a container, or not at all.

Declared by the publisher. Checked before execution by the policy gate.

Networknone
Filesystemnone
Code Executionnone
Data Accessinput_only
User Approvalnever

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install json-formatter-e2e-0320

Files (5)

License

MIT

Stats

Downloads0
Installs0
Versionv1.1.0
Published3/20/2026
Channelstable
Typetoolpack

Compatibility

Frameworks

generic

Runtime

python

Trust & Security

PublisherCommunity
SignatureNone
ProvenanceNone
Security Issues0

Publisher

E

E2E Test Publisher

@e2e-test-pub-0320