MCP Server Update - Simplified Search Experience
We’ve released an update to the MCP server that simplifies how search works by consolidating multiple search tools into a single unified entry point: search_objects.
What changed
The following tools have been merged into search_objects:
search_by_object_namesearch_by_entity_typesearch_by_descriptionsearch_by_creation_timesearch_by_modification_timesearch_by_module_name
Why we made this change
This update is part of our ongoing effort to simplify the MCP API design and improve how LLM-based clients interact with the platform.
Benefits include
- Fewer entry points to manage
- Simpler integration logic
- Better support for combining filters in a single query
- Improved reliability for AI-assisted search workflows
For example, clients can now search by both entity_type and module_name within the same request.
Welcome new unified tool: search_objects supporting:
- Free-text search across:
- object name
- description
- summary
- synonyms
- Structured filters for:
- entity type
- module name
- creation date
- last modification date