Skip to main content
Glama

codebreaker_get_profile

Read-only

View a Codebreaker.xyz user's profile to see their name, school, role, country, and solved problems. Check your own progress or compare a peer's solved set.

Instructions

View a user's profile: name, school, role, country, and their solved problems. Useful to check your own solved set or a peer's progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds value by detailing the returned data (name, school, role, country, solved problems). It does not contradict annotations and provides useful behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no redundancy. The first sentence states the action and outputs, the second provides the use case. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter tool with readOnlyHint and no output schema, the description covers the purpose, return fields, and a typical usage scenario. Minor gaps like error handling or output format details are not critical for this low-complexity tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must clarify the parameter. The description's mention of 'a user's profile' and 'peer's progress' clearly implies the username identifies whose profile to view, adding semantic meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'View a user's profile' and enumerates the specific fields (name, school, role, country, solved problems). It differentiates from siblings by focusing on any user's profile and the use case of checking peer progress.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear usage context: 'Useful to check your own solved set or a peer's progress.' It implies when to use it (for any username) but does not explicitly contrast with alternatives like codebreaker_me, which would merit a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/yuzu-octopus/Codebreaker_Solver'

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