mytopfive.app
Top Five
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
set_my_display_name
Rename the signed-in user — the name shown on their profile and beside every list they have made. Writes only the viewer's own row; Row Level Security rejects anything else, so this cannot rename another account even if asked to. Succeeds with status 204 and no body. It does not touch the copy of the name held in auth metadata, so a screen reading that instead of the profile row can lag until the next sign-in. Requires someone to be signed in on this page; signed out it fails rather than doing nothing quietly.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
display_name |
string | yes | The new display name, e.g. "Chip Lay". |
Raw JSON schema
{
"type": "object",
"properties": {
"display_name": {
"type": "string",
"description": "The new display name, e.g. \"Chip Lay\"."
}
},
"required": [
"display_name"
]
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.