system_reset_cache
Clears cached entries from the Pipedrive MCP server, forcing fresh API requests. Useful for debugging cache issues, refreshing stale data, and testing without cached responses.
Instructions
Clear all cached data from the MCP server.
Removes all entries from the cache, forcing fresh API requests for subsequent operations. This is useful for:
Debugging cache-related issues
Forcing refresh of stale data
Testing without cached responses
Resetting after bulk data changes
Returns the number of cache entries that were cleared.
CAUTION: This will impact performance temporarily as all subsequent requests will need to fetch fresh data from the Pipedrive API. The cache will repopulate naturally as requests are made.
Response includes:
message: Confirmation message
previousSize: Number of cache entries that were cleared
timestamp: Time when cache was cleared
Common use cases:
Debug stale or incorrect cached data
Force refresh after bulk imports or updates
Test API behavior without cache
Clear cache after configuration changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||