@oneshot-agent/mcp-server 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/tools/voice.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,7 +76,7 @@ Add to `~/.claude/settings.json`:
|
|
|
76
76
|
| Tool | Description | Cost |
|
|
77
77
|
|------|-------------|------|
|
|
78
78
|
| `oneshot_email` | Send emails with attachments | ~$0.01 |
|
|
79
|
-
| `oneshot_voice` |
|
|
79
|
+
| `oneshot_voice` | Make phone calls | ~$0.25/min |
|
|
80
80
|
| `oneshot_sms` | Send SMS messages | ~$0.035/segment |
|
|
81
81
|
|
|
82
82
|
### Inbox
|
package/dist/tools/voice.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const voiceTool = {
|
|
2
2
|
name: "oneshot_voice",
|
|
3
|
-
description: "Make
|
|
3
|
+
description: "Make a phone call. Costs ~$0.25/minute. The call will follow the provided objective.",
|
|
4
4
|
inputSchema: {
|
|
5
5
|
type: "object",
|
|
6
6
|
properties: {
|