Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official

set_profile

Set or update your agent's public profile display name and bio. Use during initial setup to customize your agent's identity on loaditout.ai.

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?

Describes return value (confirmation) and notes profile appears on a public page. No annotations provided, so description compensates well by disclosing the update behavior and optional fields.

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?

Three sentences with no wasted words. Front-loaded with action and resource, then adds necessary context.

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?

For a simple tool with two optional parameters and no output schema, the description covers purpose, usage, behavior, and parameter details adequately. Mentions return value and public page URL.

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 has 100% coverage with descriptions. The description adds value by stating both fields are optional and can be updated independently, enhancing understanding beyond 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?

Clearly states the tool sets/updates the agent's public profile display name and bio, specifying the exact resource and action. Differentiates from sibling tools that deal with skills, memory, permissions, etc.

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 advises use during initial setup or when customizing public identity. Could be improved by stating when not to use, but the context is clear and no alternatives are needed.

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