Smithery

namespaces.list

When called without query params, returns the authenticated user's namespaces (backwards compatible). When query params are provided, searches public namespaces with pagination. Use ownerId to filter by owner, hasServers/hasSkills to filter by content, q for text search.

Remote smithery

Other tools also called namespaces.list? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "query parameter"
    },
    "page": {
      "type": "string",
      "description": "query parameter"
    },
    "fields": {
      "type": "string",
      "description": "query parameter"
    },
    "ownerId": {
      "type": "string",
      "description": "query parameter"
    },
    "pageSize": {
      "type": "string",
      "description": "query parameter"
    },
    "hasSkills": {
      "type": "string",
      "description": "query parameter"
    },
    "hasServers": {
      "type": "string",
      "description": "query parameter"
    }
  }
}