This topic was automatically generated from Slack. You can find the original thread here.
Hey folks! I’m playing around with the Pipedream MCP in full-config mode and running into something I could use some help with. I get that while in configuration, the server exposes different meta tools to configure an action before it runs. What I’m unsure about is how to “restart” or refresh the tool list after an action has executed.
Scenario: I’m using a Google Calendar integration to handle a user request like:
“Find the standup events in my Google Calendar for this week. I want you to create a debrief event an hour after each standup for this week.”
I’m not using sub-agent mode since I’ve got my own agent that loops until the request is done and I want better transparency of what tools are used to complete the request. The flow I see looks like this:
LIST TOOLS → list of begin config tools → BEGIN CONFIGURATION LIST EVENTS → LIST TOOLS → config meta tools → CONFIGURE PROPS LIST EVENTS → LIST TOOLS → run list events → RUN LIST EVENTS → LIST TOOLS → empty list
At this point, I’ve got the list of standup events, but the tool list comes back empty, so my agent can’t continue with creating the debrief events. I might be approaching this the wrong way, but is there a way to reinitialize or repopulate the tool list after running a tool?
