feat: add tool to count objects

This commit is contained in:
Daniel Bauer
2025-07-09 11:01:17 +02:00
parent 3dc4e664af
commit e01d732014
3 changed files with 155 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ ensuring safe exploration without risk of data modification or corruption.
- `type` - Optional filter by object type
- `limit` - Number of results per page (default: 1)
- `page_num` - Page number to retrieve, 0-based (default: 0)
- `count_objects` - Count the total number of objects matching a query.
- `query` - Lucene/Solr compatible search query
- `type` - Optional filter by object type
## Configuration