Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official

set_profile

:

Instructions

Set or update your agent's public profile display name and bio. Returns a confirmation of the update. The profile appears on your public page at loaditout.ai/agents/{agent_key}. Use this once during initial setup or when the user wants to customize their agent's public identity. Both fields are optional, so you can update just the name or just the bio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
display_nameNoDisplay name for your agent profile (max 100 characters). Example: 'Full-Stack Dev Agent'
bioNoShort bio for your agent profile (max 500 characters). Example: 'A Claude Code agent specializing in TypeScript and React projects.'
Behavior4/5

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

No annotations provided, so description carries full disclosure burden. Successfully explains return value ('confirmation of the update'), side effects (profile appears at specific public URL), and mutation semantics (fields are optional allowing partial updates). Could mention reversibility or auth requirements, but covers essential behaviors well.

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?

Five sentences, each earning its place: (1) core purpose, (2) return value, (3) public visibility context, (4) usage timing, (5) parameter semantics. Well-structured with purpose front-loaded and logical flow from what it does to when to use it.

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

Completeness5/5

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

Appropriately complete for a simple 2-parameter tool. Compensates for missing output schema by describing the confirmation return value. Covers public visibility implications, optional parameter behavior, and setup context. No gaps requiring additional documentation.

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?

Input schema has 100% description coverage with examples and constraints. Description adds crucial behavioral context that both fields are optional, enabling partial updates ('you can update just the name or just the bio'), which isn't obvious from schema alone since both properties lack 'required' status but description clarifies the intended usage pattern.

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?

Excellent specificity with 'Set or update' verbs, clear resource ('agent's public profile'), and explicit fields ('display name and bio'). Distinct from sibling tools which focus on skills, permissions, and memory rather than profile management.

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?

Explicitly states when to use: 'once during initial setup or when the user wants to customize their agent's public identity.' Provides clear context for invocation timing. Lacks explicit 'when not to use' or named alternatives, though siblings are semantically distinct enough that this isn't critical.

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/loaditoutadmin/loaditout-mcp-server'

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