Skip to main content
Glama

Model Context Protocol Server

assetsUpdateResourceByAssetId.ts1.45 kB
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { assetsUpdateResourceByAssetId } from "../../funcs/assetsUpdateResourceByAssetId.js"; import { UpdateResourceByAssetIdRequest$zodSchema } from "../../models/updateresourcebyassetidop.js"; import { formatResult, ToolDefinition } from "../tools.js"; const args = { request: UpdateResourceByAssetIdRequest$zodSchema, }; export const tool$assetsUpdateResourceByAssetId: ToolDefinition<typeof args> = { name: "asset-update", description: `Updates an existing asset's metadata, tags, and other attributes using its asset ID Updates one or more attributes of a specified resource (asset) by its asset ID. This enables you to update details of an asset by its unique and immutable identifier, regardless of public ID, display name, asset folder, resource type or deliver type. Note that you can also update many attributes of an existing asset using the explicit method, which is not rate-limited. `, scopes: ["librarian"], args, tool: async (client, args, ctx) => { const [result, apiCall] = await assetsUpdateResourceByAssetId( client, args.request, { fetchOptions: { signal: ctx.signal } }, ).$inspect(); if (!result.ok) { return { content: [{ type: "text", text: result.error.message }], isError: true, }; } const value = result.value; return formatResult(value, apiCall); }, };

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/kanwardeep007/random-mcp-server'

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