Count The Number Of Words Sentences An Pack
○Community◆Sandbox requiredv0.1.0MITUnverifiedby E2E Test Publisher · published 5 months ago · toolpack
A tool that counts the number of words, sentences, and paragraphs in a given text and returns statistics
Quick Start
agentnode install count-the-number-of-words-sentences-an-packRuns 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 and imports correctly. some runtime checks inconclusive.
This package scored below the verification threshold. Some checks may have failed or produced inconclusive results.
Verified in real_auto mode
Last verified 4d ago· Runner v2.0.0
Version History
Capabilities
A tool that counts the number of words, sentences, and paragraphs in a given text and returns statistics
Input Schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The input text to process"
}
}
}Output Schema
{
"type": "object",
"properties": {
"result": {
"type": "string"
}
}
}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 count-the-number-of-words-sentences-an-packFiles (6)
License
MITStats
Compatibility
Frameworks
Runtime
pythonTrust & Security
Publisher
E2E Test Publisher
@e2e-test-pub-0320