Tool
Canonical URL: http://schema.org/Tool
Subclass of: schema:SoftwareApplication
A schema definition.
Properties from Tool
| Property | Expected Type | Description |
|---|---|---|
| id | Text | Property definition for id |
| name | Text | Property definition for name |
| description | Text | Property definition for description |
| source | Text | Property definition for source |
| parameters | Text | Property definition for parameters |
| safety | Text | Property definition for safety |
Usage Examples
---
id: ping
name: Ping Utility
description: Sends ICMP Echo Request to a target host.
---
# DEFINITION
source:
type: local
path: src/utils/network.ts
functionName: ping
parameters:
target:
type: string
description: Hostname or IP address
safety:
isDeterministic: true
sideEffects: false