register_creative_asset

Register a local or remote creative asset for Raven jobs. This is the local-first analog of upload: Raven stores metadata and a URI/path, not the file bytes.

Server Raven raven-mcp
Category Write
Risk class Medium
Parameters 62 required

What register_creative_asset does on Raven

AI agents use register_creative_asset to create or update resources in Raven — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Raven environment.

ParameterTypeRequiredDescription
uri string Yes Local path or URL to the asset.
name string Human-readable name.
tags array Search tags.
type string Yes Asset type.
metadata object Optional non-secret metadata.
description string What this asset should be used for.

Parameters from the server's own tool schema.

Why register_creative_asset needs a policy

This tool creates new records (asset registrations with metadata and references) in the Raven system. It is reversible (assets can be unregistered or re-registered) and does not delete data, execute arbitrary code, or move money.

From the tool's definition Tool description states it 'Register[s] a local or remote creative asset for Raven jobs' and 'Raven stores metadata and a URI/path'. The verb 'register' combined with storage of metadata indicates data creation/modification without deletion.

Risk signalsAccepts URL/endpoint input (uri)

Questions about register_creative_asset

What does the register_creative_asset tool do? +

Register a local or remote creative asset for Raven jobs. This is the local-first analog of upload: Raven stores metadata and a URI/path, not the file bytes. It is categorised as a Write tool in the Raven MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does register_creative_asset accept? +

register_creative_asset accepts 6 parameters: uri, name, tags, type, metadata, description. Required: uri, type. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on register_creative_asset? +

Register the Raven MCP server in PolicyLayer and add a rule for register_creative_asset: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Raven. Nothing to install.

What risk level is register_creative_asset? +

register_creative_asset is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit register_creative_asset? +

Yes. Add a rate_limit block to the register_creative_asset rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block register_creative_asset completely? +

Set action: deny in the PolicyLayer policy for register_creative_asset. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides register_creative_asset? +

register_creative_asset is provided by the Raven MCP server (raven-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.