Skip to main content
Glama

Sketchfab MCP Server

by gregkop

sample-tool

Process string inputs for Sketchfab MCP Server interactions, enabling users to manage and download 3D models directly from the AI interface.

Instructions

A sample tool for demonstration purposes

Input Schema

NameRequiredDescriptionDefault
inputYesInput parameter for the sample tool

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "description": "Input parameter for the sample tool", "type": "string" } }, "required": [ "input" ], "type": "object" }
Install Server

Other Tools from Sketchfab MCP Server

Related Tools

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/gregkop/sketchfab-mcp-server'

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