Smithery · JSON-LD Context

Smithery Context

JSON-LD context defining the semantic vocabulary for Smithery from Smithery.

25 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

smithery: https://api.smithery.ai/vocab#

Classes

Server Skill Connection Namespace qualifiedName displayName description iconUrl isVerified useCount namespace tools connections slug githubUrl tags releases releaseId createdAt updatedAt mcpVersion toolName inputSchema scopes token

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "smithery": "https://api.smithery.ai/vocab#",
    "Server": "SoftwareApplication",
    "Skill": "CreativeWork",
    "Connection": "smithery:Connection",
    "Namespace": "Organization",
    "qualifiedName": "identifier",
    "displayName": "name",
    "description": "description",
    "iconUrl": "image",
    "isVerified": "smithery:isVerified",
    "useCount": "interactionCount",
    "namespace": "smithery:namespace",
    "tools": "smithery:tools",
    "connections": "smithery:connections",
    "slug": "smithery:slug",
    "githubUrl": "codeRepository",
    "tags": "keywords",
    "releases": "smithery:releases",
    "releaseId": "smithery:releaseId",
    "createdAt": "dateCreated",
    "updatedAt": "dateModified",
    "mcpVersion": "smithery:mcpVersion",
    "toolName": "smithery:toolName",
    "inputSchema": "smithery:inputSchema",
    "scopes": "smithery:scopes",
    "token": "smithery:token"
  }
}