# Send Flowers and Thank You Card to Google Contact

> Given a person's name, search Google Contacts to retrieve their phone number and address, then order red roses with a thank-you note using the flower delivery tool.

Content type: workflow
Source URL: https://www.agentpmt.com/agent-workflow-skills/send-red-roses-to-google-contact
Markdown URL: https://www.agentpmt.com/api/agent/workflows/send-red-roses-to-google-contact?format=agent-md
Updated: 2026-03-21T04:00:22.887Z
Author: firef1ie

---

Estimated time saved: 15 minutes.

## Tools

- Google Contacts
- Flower, Fruit Basket, Balloon Delivery

## Workflow Outline

1. Search Google Contact: Search Google Contacts for the provided name. Return full contact details including phone numbers and postal addresses.
2. Extract Phone and Address: Goal: Extract the primary phone number and full postal address from the Google Contacts search result. | Inputs: Raw contact object from Google Contacts search. | Outputs: Structured object with fields: full_name, phone...
3. Search Red Rose Products: Search for popular red rose arrangements suitable for business thank-you gifts.
4. Select Best Red Rose Arrangement: Goal: Select the most appropriate red rose arrangement for a professional thank-you gift. | Inputs: List of rose products from search. | Outputs: Selected product_code for ordering. | Constraints: Choose a red rose bouq...
5. Place Flower Order: Place the flower order using the selected product_code and extracted recipient details. Ensure the card message reads exactly: Thank you for your business.

## Frequently Asked Questions

### How do I connect this workflow to my local agent like OpenClaw or Claude Code?

You can install the local MCP server by opening a terminal and running:

```
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

This will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.

Alternatively you can connect to the hosted version with this config block, no installation required:

```
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}
```

[View MCP Connection Instructions](/docs/mcp-reference/connection) for more details.

### How do I trigger this workflow?

You can use it here in the browser by clicking the 'Try It' button.

If you 'star' the workflow it will save to your dashboard for quick access.

To use the workflow in an external agent, make sure you have followed the steps to connect it to the MCP server and then copy / paste this prompt, or just tell it to use the AgentPMT MCP server and use this workflow.

> Call the AgentPMT-Workflow-Skills tool with action 'get\_workflow\_skill' and skill\_id 699d0cb859d1eba203cdc8e3 ("Send Flowers and Thank You Card to Google Contact").