MemoryMesh
by CheMiguel23
delete_inventory
Delete an existing inventory from the knowledge graph
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delete_inventory | Yes | Delete parameters for inventory |
Input Schema (JSON Schema)
{
"properties": {
"delete_inventory": {
"description": "Delete parameters for inventory",
"properties": {
"name": {
"description": "The name of the inventory to delete",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"delete_inventory"
],
"type": "object"
}
You must be authenticated.
Other Tools
- add_nodes
- update_nodes
- add_edges
- update_edges
- delete_nodes
- delete_edges
- read_graph
- search_nodes
- open_nodes
- add_metadata
- delete_metadata
- add_artifact
- delete_inventory
- delete_skills
- update_artifact
- delete_artifact
- add_currency
- update_currency
- delete_currency
- add_faction
- update_faction
- delete_faction
- add_inventory
- update_inventory
- add_location
- update_location
- delete_location
- add_npc
- update_quest
- delete_quest
- update_npc
- delete_npc
- add_player_character
- update_player_character
- delete_player_character
- add_quest
- add_skills
- update_skills
- add_temporal
- update_temporal
- delete_temporal
- add_transportation
- update_transportation
- delete_transportation