➕Add & Remove Triggers
The Fuul MCP lets you create new triggers or delete existing ones. Deleting a trigger requires first removing all incentives linked to it.
Changes made via MCP are saved as drafts. They do not take effect in production until you go to app.fuul.xyz → Incentives → Publish.
Creating a trigger
1. Find your project
Tell the MCP your project name and it will look it up to get the project ID.
"Find my project called Fuul"
2. Explore what you can track (optional)
If you're not sure what's supported, ask the MCP to list the available trigger types:
"What types of triggers can I create?"
3. Describe what you want to track
Tell the MCP what you want to track in natural language:
"I want to incentivize the staking of my token"
"I want to incentivize liquidity providers of the FUUL-USDC pool on Uniswap"
"I want to track a custom off-chain event called 'User Signup'"
4. Answer the MCP's follow-up questions
The MCP will ask for any missing details depending on the trigger type:
Token / contract address
The smart contract address of the token or protocol
0x6b175474e89094c44da98b954eedeac495271d0f
Chain
The blockchain network
Ethereum, Base, Arbitrum, Solana
Event name
For custom on-chain or off-chain events
Swap, Deposit, user_signup
5. Publish to production
After creating, draft changes are not live until published:
Open app.fuul.xyz
Navigate to your project → Incentives
Click Publish
Deleting a trigger
1. Delete the incentives linked to that trigger
"Delete all incentives that use the [trigger name] trigger"
3. Publish from the dashboard
Open app.fuul.xyz
Navigate to your project → Incentives
Click Publish
Before deleting the trigger, you must publish so the platform removes the reference between the published metadata and the trigger. If you skip this step, delete_trigger will return a "Trigger is used in conversions" error.
4. Delete the trigger
Once published:
"Delete the trigger called 'Aave Depositors'"
5. Publish to production
After deleting, go to the app and publish to apply the changes:
Open app.fuul.xyz
Navigate to your project → Incentives
Click Publish
Last updated