indykite-capture-delete-node-property-metadata
Installation
SKILL.md
IndyKite Capture - delete node property metadata
This skill builds the request body for the Capture API's batch property-metadata delete endpoint - removing metadata fields (provenance such as source, assurance_level, verified_time, custom_metadata) from a node property in the IndyKite Knowledge Graph (IKG), while keeping the property and its value:
POST <API_URL>/capture/v1/nodes/properties/metadata/delete
Each entry names one node by (type, external_id), one property_type on it, and the metadata_fields to strip. The JSON file is the deliverable, ready to be POSTed by any application.
The MCP server does not currently expose Capture endpoints; the JSON bodies this skill produces are for direct REST use and remain valid if Capture tools are added later.
When to use
Activate this skill when the user wants to:
- strip provenance metadata from a property - e.g. drop a stale
verified_timeor an obsoletesource- without touching the property value; - clean metadata that feeds trust scoring so a factor no longer contributes.