Skip to main content
Glama

VRChat MCP Server

vrchat_list_favorited_worlds

Retrieve and sort favorited worlds in VRChat using customizable filters, including popularity, heat, and publication date, to streamline your search within the MCP server.

Instructions

List favorited worlds by query filters.

Input Schema

NameRequiredDescriptionDefault
featuredNoFilters on featured results
nNoThe number of objects to return, min 1, max 100
orderNoSort results in ascending or descending order
sortNoThe sort order of the results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "featured": { "description": "Filters on featured results", "type": "boolean" }, "n": { "description": "The number of objects to return, min 1, max 100", "maximum": 100, "minimum": 1, "type": "number" }, "order": { "description": "Sort results in ascending or descending order", "enum": [ "ascending", "descending" ], "type": "string" }, "sort": { "description": "The sort order of the results", "enum": [ "popularity", "heat", "trust", "shuffle", "random", "favorites", "reportScore", "reportCount", "publicationDate", "labsPublicationDate", "created", "_created_at", "updated", "_updated_at", "order", "relevance", "magic", "name" ], "type": "string" } }, "type": "object" }

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/sawa-zen/vrchat-mcp'

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