You're viewing a demo portfolio

Join the waitlist
PRSM

ic_directory_search

Active

Tool of Immersive Commons

declared in 1.31.0

Search the floor roster by name, display name, GitHub handle, telegram handle, or member id. Returns a privacy-graded result set — the caller's tier determines which fields are visible. ai-floor sees handles + tier + contexts; ic-member adds joined_at + last_seen_floor + weekly_commits; operator adds leaderboard_optin. Args: { q: string (2-80 chars), limit?: number (max 50, default 20) }. Required scope: directory:search.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "maxLength": 80,
      "minLength": 2,
      "description": "Search query. Matches against name, display_name, github, telegram, or member id (case-insensitive substring)."
    },
    "limit": {
      "type": "integer",
      "maximum": 50,
      "minimum": 1,
      "description": "Max results. Default 20, capped at 50."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Immersive Commons

https://github.com/immersive-commons/ic-skills

1/7 registries
View full server →