send_message
ActiveTool of Jeremy Twogood — Portfolio
declared in 1.0.0
Send a message to Jeremy by email. Requires agent_name (your identifier) and human_name (the person you represent). Rate limited to 3 action requests per IP per day.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"agent_name",
"human_name",
"message"
],
"properties": {
"message": {
"type": "string",
"description": "The message to send to Jeremy"
},
"agent_name": {
"type": "string",
"description": "Your agent name or identifier, e.g. \"Claude\""
},
"human_name": {
"type": "string",
"description": "The name of the human you represent"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Jeremy Twogood — Portfolio
1/7 registries