Skip to main content

Count The Number Of Words Sentences An Pack

CommunitySandbox requiredv0.1.0MITUnverified

by 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

generic

Quick Start

bash
agentnode install count-the-number-of-words-sentences-an-pack

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 confidence30/100Unverified
smokePackage is a stub/placeholder
0/25
testsTests failed
0/15
importAll tools imported successfully
+15/15
installInstalled in 1.7s
+15/15
contractContract not validated
0/10
determinismNo determinism data
0/5
reliabilityNo stability data
0/10

Package installs and imports correctly. some runtime checks inconclusive.

install1.7s
import51ms
smoke113ms
tests1.2s

This package scored below the verification threshold. Some checks may have failed or produced inconclusive results.

Verified in real_auto mode

Python 3.12.3ffmpegpopplertesseractuv

Last verified 4d ago· Runner v2.0.0

Version History

Capabilities

statistics_analysiscount_the_number_of_words_sentences_antool

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

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 count-the-number-of-words-sentences-an-pack

Files (6)

License

MIT

Stats

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

Compatibility

Frameworks

generic

Runtime

python

Trust & Security

PublisherCommunity
SignatureNone
ProvenanceNone
Security Issues1

Publisher

E

E2E Test Publisher

@e2e-test-pub-0320