Home/Tools/@tpmjs/tools-sprites-url-set

spritesUrlSetTool

@tpmjs/tools-sprites-url-set

Set the access settings for a sprite URL. Use 'public' to allow anyone to access the sprite URL (for web servers, APIs, webhooks), or 'sprite' to require authentication. The sprite must have a server listening on port 8080 for the URL to work.

Official
sandbox
v0.1.0
MIT
⚠️

This tool is currently broken

Execution Failed
Runtime error with test parameters
Auth must be 'sprite' or 'public'

Last checked: 1/16/2026, 3:45:38 AM

Interactive Playground

Test @tpmjs/tools-sprites-url-set (spritesUrlSetTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-sprites-url-set
pnpm add @tpmjs/tools-sprites-url-set
yarn add @tpmjs/tools-sprites-url-set
bun add @tpmjs/tools-sprites-url-set
deno add npm:@tpmjs/tools-sprites-url-set

2. Import the tool

import { spritesUrlSetTool } from '@tpmjs/tools-sprites-url-set';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { spritesUrlSetTool } from '@tpmjs/tools-sprites-url-set';

const result = await generateText({
  model: openai('gpt-4o'),
  tools: { spritesUrlSetTool },
  prompt: 'Your prompt here...',
});

console.log(result.text);

Parameters

Available configuration options

Auto-extracted
name
Required
Type: string

Name of the sprite to update

auth
Required
Type: string

Access mode - 'public' for public access, 'sprite' for authenticated access only

Schema extracted: 1/16/2026, 3:45:38 AM

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

0%

Bundle Size

NPM Keywords

tpmjs
sprites
sandbox
code-execution
ai

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai