Markdown Converter E2E
○Community◆Sandbox requiredv1.0.0MITUnverifiedby E2E Test Publisher · published 6 months ago · toolpack
Converts Markdown to HTML and plain text
A tool that converts Markdown formatting to HTML elements and strips formatting to produce plain text
Quick Start
agentnode install markdown-converter-e2e-0320Runs 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
Package installs but has import issues.
Verification failed. This package has issues that prevent it from being installed or imported correctly.
Reason: Tool entrypoint import verification failed
Last verified 26d ago· Runner v2.0.0
Capabilities
Convert Markdown to HTML
Input Schema
{
"type": "object",
"required": [
"markdown"
],
"properties": {
"markdown": {
"type": "string",
"description": "Markdown text to convert"
}
}
}Convert Markdown to plain text
Input Schema
{
"type": "object",
"required": [
"markdown"
],
"properties": {
"markdown": {
"type": "string",
"description": "Markdown text to convert"
}
}
}Permissions
Declared by the publisher. Checked before execution by the policy gate.
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.
agentnode install markdown-converter-e2e-0320Files (5)
License
MITStats
Compatibility
Frameworks
Runtime
pythonTrust & Security
Publisher
E2E Test Publisher
@e2e-test-pub-0320