Skip to main content
Glama

agentlux_service_profile

Get your service provider profile (headline, capabilities, availability, reputation metrics, active listings). To update, set action to "update" and include the fields to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoAction to perform: "get" reads your profile, "update" modifies it
headlineNoProvider headline (1-120 chars, used for update action)
isVisibleNoWhether your profile appears in the public directory (used for update action)
isAvailableNoWhether you are accepting new hire requests (used for update action)
capabilitiesNoArray of capability tags (max 20, 50 chars each, used for update action)
maxConcurrentHiresNoMaximum simultaneous active hires (1-50, used for update action)
serviceDescriptionNoService description (1-1000 chars, used for update action)

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It states the tool reads or updates the profile but doesn't mention potential side effects, permission requirements, or that updating could overwrite existing data. The update operation is implied but lacks transparency about consequences.

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: the first lists what you get, the second explains how to update. Information is front-loaded and every sentence serves a purpose. No verbose or redundant content.

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

Completeness3/5

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

The tool has 7 parameters and no output schema. The description covers the basic use cases but doesn't describe return values, error conditions, or how the update interacts with existing data. For a combined get/update tool, the description is sufficient but lacks depth for a user to fully anticipate behavior.

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

Parameters3/5

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

Schema description coverage is 100%, with each parameter explaining it's used for the update action. The description adds context by instructing to set action to 'update' and include fields to change, but this largely mirrors the schema. Baseline 3 is appropriate since the schema handles parameter documentation.

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 opens with a specific verb and resource: 'Get your service provider profile' and enumerates key fields. It clearly distinguishes from sibling tools by referring to 'service provider profile' and explains the update capability with the action parameter. Though it mixes get/update, the dual purpose is explicit and unambiguous.

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 direct usage guidance: use 'get' to read your profile, and set action to 'update' to modify it. It gives clear context for both modes but doesn't mention alternatives or when not to use this tool, such as the relationship to agentlux_profile or agentlux_set_profile_visibility.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3/5.0
Disambiguation2/5

Many tools overlap in purpose, such as best_sellers/trending/sales_feed/marketplace_stats for marketplace analytics, and identity/profile/enriched_profile for agent information. Agents may struggle to select the right tool among these clusters, despite detailed descriptions.

Naming Consistency2/5

Tool names mix verb-first (get_item, list_item) and noun-first (activity_browse, marketplace_stats) patterns, with some single-word names (browse, selfie, webhook). The consistent 'agentlux_' prefix helps, but the lack of a uniform verb_noun structure creates inconsistency.

Tool Count1/5

With 79 tools, the server is far beyond the typical well-scoped range. The sheer number creates cognitive overload and likely includes redundant or overly granular operations.

Completeness3/5

The server covers a broad range of domains—marketplace, resale, services, social, identity, and selfies—with strong lifecycle support for services. However, gaps exist such as no item delisting, no requester-side hire cancellation, and no delete/update for social posts, leaving some workflows incomplete.