MCP Tools

Individual tools that power your AI workflows. Each tool provides specific functionality and can be integrated into custom bundles or used standalone.

General Tools

23 tools found

Weaviate Find Unused Collections

general
Find collections that have no objects (empty collections). Useful for identifying collections that can be safely removed or need to be populated.
WeaviateFindUnusedCollectionsTool
Provider

Weaviate Get Schema Detailed

general
Get comprehensive schema information for a collection including properties, data types, vectorizer configuration, indexes, and module settings.
WeaviateGetSchemaDetailedTool
Provider

Weaviate Get Property Usage

general
Analyze property usage in a collection. Shows which properties are consistently populated vs frequently null/empty. Useful for understanding data completeness and identifying unused schema fields.
WeaviateGetPropertyUsageTool
Provider

Weaviate Get Cross References

general
Analyze cross-reference relationships between collections. Shows which collections reference which other collections, similar to foreign key relationships.
WeaviateGetCrossReferencesTool
Provider

Weaviate Validate Properties

general
Validate property completeness and quality. Find objects with null, missing, or empty required properties. Essential for data quality monitoring.
WeaviateValidatePropertiesTool
Provider

Weaviate Analyze Property Distribution

general
Analyze distribution of values for a specific property. Shows top values, uniqueness, null rate, and statistics. Essential for understanding data patterns and quality.
WeaviateAnalyzePropertyDistributionTool
Provider

Weaviate Analyze Vector Distribution

general
Analyze vector embeddings distribution. Shows dimensionality, magnitude statistics, density, and similarity patterns. Critical for understanding embedding quality.
WeaviateAnalyzeVectorDistributionTool
Provider

Weaviate Batch Import

general
Import multiple objects in batch. Optimized for bulk loading with automatic error handling, retry logic, and progress reporting. Much faster than individual inserts.
WeaviateBatchImportTool
Provider

Weaviate Batch Delete

general
Delete multiple objects matching a filter condition. DESTRUCTIVE operation with safety limits. Requires explicit confirmation and WHERE filter to prevent accidental mass deletion.
WeaviateBatchDeleteTool
Provider

Weaviate Find Duplicates

general
Find near-duplicate objects using vector similarity. Helps identify redundant data and potential data quality issues from duplicate imports.
WeaviateFindDuplicatesTool
Provider

Weaviate Compare Collections

general
Compare two collections to find differences in schemas, object counts, and configurations. Useful for validating migrations or understanding related collections.
WeaviateCompareCollectionsTool
Provider

Weaviate Copy Objects

general
Copy objects between collections. Useful for data migration, creating backups, or duplicating data for testing. Optionally preserves or regenerates vectors.
WeaviateCopyObjectsTool
Provider

Weaviate Check Vector Quality

general
Check vector quality for corruption issues. Detects zero vectors, NaN values, and vectors with abnormal magnitude. Critical for maintaining search quality.
WeaviateCheckVectorQualityTool
Provider

Weaviate Data Quality Report

general
Generate comprehensive data quality report. Combines vector quality, property completeness, duplicates, and collection health into a single report with actionable recommendations.
WeaviateDataQualityReportTool
Provider

Weaviate Sample Objects

general
Get representative sample objects from a collection. Useful for quick inspection and understanding data structure without fetching all objects.
WeaviateSampleObjectsTool
Provider

Weaviate Batch Update

general
Update multiple objects matching a filter condition. Useful for bulk status changes, migrations, or data corrections. Includes safety limits to prevent accidental mass updates.
WeaviateBatchUpdateTool
Provider

Weaviate Create Collection

general
Create a new Weaviate collection with custom schema. Define properties, data types, and optionally configure a vectorizer for automatic embedding generation.
WeaviateCreateCollectionTool
Provider

Weaviate Find Missing Vectors

general
Find objects without vector embeddings. Critical for debugging semantic search issues - objects without vectors won't appear in similarity searches.
WeaviateFindMissingVectorsTool
Provider

Stack Exchange Create Filter

general
Create a custom filter for Stack Exchange API responses to control which fields are returned.
StackExchangeCreateFilterTool

Stack Exchange List Reputation

general
List user reputation changes (public subset, excludes private events) from Stack Exchange sites. Returns reputation change metadata including change amount, reason, post ID, and creation date. Note:...
StackExchangeListReputationTool

Stack Exchange Collective Content

general
Get questions, answers, tags, or users for a Collective on Stack Overflow.
StackExchangeCollectiveContentTool

Stack Exchange User Mentioned

general
Get comments where users are mentioned on Stack Exchange. Requires private_info scope.
StackExchangeUserMentionedTool

Stack Exchange Notifications

general
Get user's notifications from Stack Exchange (network-wide or site-specific). Requires read_inbox scope.
StackExchangeNotificationsTool

Build Custom Workflows

Combine tools into powerful automation workflows

Bundle Creation

Combine multiple tools into custom bundles for specific use cases

Provider Integration

Connect to external services with secure authentication

Custom Development

Build your own tools using our MCP framework

General Tools - MCP Bundles