Skip to main content
Glama

datasets_update

Update dataset metadata including name, description, tags, and visibility settings for business analytics data from Shopify, Stripe, WooCommerce, and other sources.

Instructions

Update dataset metadata — name, description, tags, visibility.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesDataset UUID

Implementation Reference

  • The tool 'datasets_update' is not locally implemented. This proxy server forwards all tool calls (including 'datasets_update') to a remote MCP server via the `remoteClient.callTool` handler.
    server.setRequestHandler(CallToolRequestSchema, async (request) => {
      try {
        const result = await remoteClient.callTool({
          name: request.params.name,
          arguments: request.params.arguments || {},
        });
        return result;
      } catch (err) {
        return {
          content: [{ type: "text", text: `Error: ${err.message}` }],
          isError: true,
        };
      }
    });

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/embeddedlayers/mcp-analytics'

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