carlyemail-toolkit 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/package.json +6 -1
  2. package/tools.js +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carlyemail-toolkit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CarlyEmail's email tools for the Vercel AI SDK, LangChain, and any other agent framework.",
5
5
  "keywords": [
6
6
  "carlyemail",
@@ -15,6 +15,11 @@
15
15
  ],
16
16
  "homepage": "https://docs.carlyemail.com/integrations/toolkit",
17
17
  "bugs": "https://docs.carlyemail.com/support",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/shirschfield/carlyemail.git",
21
+ "directory": "integrations/carlyemail-toolkit/node"
22
+ },
18
23
  "license": "MIT",
19
24
  "author": "SWH Labs LLC",
20
25
  "type": "module",
package/tools.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // Written by tools/gen_toolkit_tools.py in the API repository. Do not edit.
2
2
  export default {
3
3
  "source": "app/mcp/tools.py, written by tools/gen_toolkit_tools.py",
4
- "first_inbox": "Ask the person what they want their email address to be \u2014 the part before the @ \u2014 then call create_inbox with it as `username`. Do not guess a name on their behalf.",
4
+ "first_inbox": "Ask the person what they want their email address to be \u2014 the part before the @ \u2014 then call create_inbox with it as `username`.",
5
5
  "tools": [
6
6
  {
7
7
  "name": "auth_me",
@@ -487,7 +487,7 @@ export default {
487
487
  "items": {
488
488
  "type": "string"
489
489
  },
490
- "description": "Labels to filter by. A thread matches when it carries all of them."
490
+ "description": "Labels to filter by; a match carries all of them. `received` or `sent` picks one direction of mail, `unread` what has not been read."
491
491
  },
492
492
  "before": {
493
493
  "type": "string",
@@ -558,7 +558,7 @@ export default {
558
558
  "items": {
559
559
  "type": "string"
560
560
  },
561
- "description": "Labels to filter by. A thread matches when it carries all of them."
561
+ "description": "Labels to filter by; a match carries all of them. `received` or `sent` picks one direction of mail, `unread` what has not been read."
562
562
  },
563
563
  "include_spam": {
564
564
  "type": "boolean",
@@ -621,7 +621,7 @@ export default {
621
621
  "items": {
622
622
  "type": "string"
623
623
  },
624
- "description": "Labels to filter by. A thread matches when it carries all of them."
624
+ "description": "Labels to filter by; a match carries all of them. `received` or `sent` picks one direction of mail, `unread` what has not been read."
625
625
  },
626
626
  "senders": {
627
627
  "type": "array",
@@ -789,7 +789,7 @@ export default {
789
789
  "properties": {
790
790
  "query": {
791
791
  "type": "string",
792
- "description": "Free-text search over sender, recipients, subject and body."
792
+ "description": "Words to search for across sender, recipients, subject and body. Every word must appear, in any order; newest matches first."
793
793
  },
794
794
  "inbox_id": {
795
795
  "type": "string",
@@ -831,7 +831,7 @@ export default {
831
831
  "properties": {
832
832
  "query": {
833
833
  "type": "string",
834
- "description": "Free-text search over sender, recipients, subject and body."
834
+ "description": "Words to search for across sender, recipients, subject and body. Every word must appear, in any order; newest matches first."
835
835
  },
836
836
  "inbox_id": {
837
837
  "type": "string",