Features
Executive Summary
1. Core vCon CRUD Operations
1.1 Create Operations
create_vcon Tool
create_vcon Tool{
vcon_data: {
type: "object";
description: "Complete vCon JSON object following IETF spec";
required: true;
};
metadata?: {
type: "object";
description: "Additional metadata (basename, filename, tags)";
};
validate_before_insert?: {
type: "boolean";
default: true;
description: "Run validation before inserting";
};
return_created?: {
type: "boolean";
default: true;
description: "Return the created vCon object";
};
}create_vcon_from_template Tool
create_vcon_from_template Tool1.2 Read Operations
get_vcon Tool
get_vcon Toolget_vcon_by_subject Tool
get_vcon_by_subject Toollist_vcons Tool
list_vcons Tool1.3 Update Operations
update_vcon Tool
update_vcon Toolupdate_vcon_status Tool
update_vcon_status Tool1.4 Delete Operations
delete_vcon Tool
delete_vcon Toolbulk_delete_vcons Tool
bulk_delete_vcons Tool2. Component Management
2.1 Party Management
add_party Tool
add_party Toolupdate_party Tool
update_party Toolremove_party Tool
remove_party Toolfind_party Tool
find_party Tool2.2 Dialog Management
add_dialog Tool
add_dialog Toolupdate_dialog Tool
update_dialog Toolremove_dialog Tool
remove_dialog Toolget_dialogs Tool
get_dialogs Tool2.3 Attachment Management
add_attachment Tool
add_attachment Toolget_attachments Tool
get_attachments Toolupdate_attachment Tool
update_attachment Toolremove_attachment Tool
remove_attachment Tool2.4 Analysis Management
add_analysis Tool
add_analysis Toolget_analysis Tool
get_analysis Toolupdate_analysis Tool
update_analysis Toolremove_analysis Tool
remove_analysis Tool3. Search & Query Operations
3.1 Basic Search
search_vcons Tool
search_vcons Tool3.2 Advanced Search
full_text_search Tool
full_text_search Toolsemantic_search Tool
semantic_search Toolhybrid_search Tool
hybrid_search Toolaggregate_stats Tool
aggregate_stats Tool4. Tag Management System
4.1 Core Tag Operations
add_tag Tool
add_tag Toolget_tag Tool
get_tag Toolget_all_tags Tool
get_all_tags Toolremove_tag Tool
remove_tag Toolupdate_tags Tool
update_tags Tool4.2 Bulk Tag Operations
bulk_add_tags Tool
bulk_add_tags Toolbulk_remove_tags Tool
bulk_remove_tags Toolbulk_tag_by_search Tool
bulk_tag_by_search Tool4.3 Tag-Based Search & Filtering
search_by_tags Tool
search_by_tags Toolsearch_by_tag_prefix Tool
search_by_tag_prefix Toolsearch_by_tag_pattern Tool
search_by_tag_pattern Tool4.4 Tag Analytics & Reporting
get_tag_statistics Tool
get_tag_statistics Toolget_all_tag_keys Tool
get_all_tag_keys Toolsuggest_tags Tool
suggest_tags Tool4.5 Tag Templates & Presets
create_tag_template Tool
create_tag_template Toolapply_tag_template Tool
apply_tag_template Toollist_tag_templates Tool
list_tag_templates Tool4.6 Tag Validation & Cleanup
validate_tags Tool
validate_tags Toolcleanup_tags Tool
cleanup_tags Tool4.7 Tag Resources (MCP URI Access)
4.8 Common Tag Patterns
Standard Business Tags
5. Batch & Bulk Operations
5.1 Batch Import
import_vcons_batch Tool
import_vcons_batch Toolimport_vcons_from_file Tool
import_vcons_from_file Toolimport_vcons_from_url Tool
import_vcons_from_url Tool4.2 Batch Export
export_vcons_batch Tool
export_vcons_batch Toolexport_to_url Tool
export_to_url Tool4.3 Batch Updates
bulk_update_vcons Tool
bulk_update_vcons Toolbulk_tag_vcons Tool
bulk_tag_vcons Tool5. Validation & Quality Operations
5.1 Validation
validate_vcon Tool
validate_vcon Toolvalidate_vcons_batch Tool
validate_vcons_batch Tool5.2 Data Quality
check_data_quality Tool
check_data_quality Toolrepair_vcon Tool
repair_vcon Tool6. Analysis & Insight Operations (Non-Compliance)
6.1 Content Analysis
analyze_conversation Prompt
analyze_conversation Promptextract_insights Prompt
extract_insights Prompt6.2 Transcription (Integration Ready)
transcribe_dialog Tool
transcribe_dialog Tool7. MCP Resources (URI-based Access)
7.1 Direct vCon Access
7.2 Search Resources
7.3 Aggregate Resources
8. Format Conversion & Export
8.1 Format Conversion
export_vcon Prompt
export_vcon Promptconvert_format Tool
convert_format Tool9. Database & System Operations
9.1 Database Management
database_stats Tool
database_stats Toolvacuum_database Tool
vacuum_database Tool9.2 Health Checks
health_check Tool
health_check Tool10. Webhook & Event System (Open Source)
10.1 Webhook Configuration
configure_webhook Tool
configure_webhook Tool11. Developer Features
11.1 Schema & Documentation
get_schema Tool
get_schema Toolget_examples Tool
get_examples ToolSummary of Open Source Features
Core Capabilities
What's NOT Included (Proprietary)
Last updated