Configure how the Pipedream MCP server exposes and handles tools
instruction
.
The Pipedream MCP server passes the instruction
to an LLM to handle the configuration of the main tool using a set of agents with narrowly scoped sets of instructions and additional tools to aid in the configuration and execution of the top-level user prompt.
View the schema for the google_sheets-add-single-row tool in sub-agent mode
full-config
mode when you need:
google_sheets-add-single-row
aren’t known until you configure the hasHeaders
prop. Once you know if there’s a header row, you can retrieve the column names from the header row and make them available as props that can be configured.begin_configuration_google_sheets-add-single-row
, which causes the rest of the tools to be removed and only expose tools relevant to the configuration.toolMode
to full-config
conversationId
in order to maintain state for your end user’s conversationView the schema for the google_sheets-add-single-row tool in full-config mode
tools-only
mode.
View the schema for the google_sheets-add-single-row tool in tools-only mode