Skip to content

Commit

Permalink
added parameters to imap tool metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Soto authored and Eduardo Soto committed Jan 8, 2025
1 parent a1594c1 commit 69e9bd4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tools/email-imap-fetcher/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,16 @@
},
"parameters": {
"type": "object",
"properties": {},
"properties": {
"from_date": {
"type": "string",
"description": "The start date for the email search (optional)"
},
"to_date": {
"type": "string",
"description": "The end date for the email search (optional)"
}
},
"required": []
},
"result": {
Expand Down

0 comments on commit 69e9bd4

Please sign in to comment.