MCP Template Owner
mcp.tool.templateDiscover, manage, and execute ArangoDB template catalogs, letting agents list, search, describe, and call templates for database, graph, and knowledge operations.
Instructions
list - Template catalog id listing mcp.tool.template(action=list, payload={"limit":20}) search - Template catalog keyword matches mcp.tool.template(action=search, payload={"keywords":["memory"],"limit":5}) describe - Template catalog entry mcp.tool.template(action=describe, payload={"target":"memory.view"}) call - Template execution result, catalog mutation, or validate report mcp.tool.template(action=call, payload={"target":"memory.view","params":{"query":"schema","limit":5}})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Small control verb for the template surface. | |
| payload | Yes |