Skip to main content
Glama

update_resource

Modify knowledge graph resources by updating titles, descriptions, or metadata to improve documentation and maintain data accuracy.

Instructions

Update resource information in the knowledge graph. This tool must be used in conjunction with list_graphs and get_node_details tools. Use cases:

  1. Modify resource title or description

  2. Update resource metadata information

  3. Improve resource documentation

Usage recommendations:

  1. First call list_graphs to get target graph information

  2. Use get_node_details to check current resource information

  3. Only update fields that need to be modified

  4. Maintain consistency in resource naming

Return data:

  • data: Updated resource information

    • id: Resource ID

    • name: Resource name

    • title: Resource title

    • description: Resource description

    • updatedAt: Update time

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
graphIdYesGraph ID, must be obtained from list_graphs return data
resourceIdYesResource ID, must be obtained from resources array in get_node_details
nameNoNew resource name (optional)
titleNoNew resource title (optional)
descriptionNoNew resource description (optional)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aiuluna/knowledge-graph-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server