Skip to main content
Glama

update_profile

Update your Himalayas profile. Requires authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioNoShort bio
introNoIntroduction/headline
locationNoCountry name (e.g. 'United States', 'Australia'). Cities and 'City, Country' strings are not accepted.
career_max_salaryNoDesired maximum salary
career_base_salaryNoDesired minimum salary
career_descriptionNoDescription of what you're looking for
career_primary_roleNoPrimary role (e.g., 'software-engineer')
career_search_statusNoCareer search status (e.g., 'actively_searching', 'open_to_roles', 'closed_to_roles')

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / location / description
      Previous value: -"Location (e.g., 'San Francisco, CA')"New value: +"Country name (e.g. 'United States', 'Australia'). Cities and 'City, Country' strings are not accepted."
  2. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  3. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the authentication requirement, which is useful, but it does not explain whether the update is partial or full, how omitted fields are handled, any side effects, or what the response contains. This is insufficient for a mutation tool.

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?

The description is extremely concise—two sentences with no fluff. Purpose is front-loaded, and the authentication note is a single clause. Every word earns its place.

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

Completeness2/5

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

Given eight optional parameters, no output schema, and no annotations, the description is not contextually complete. It omits crucial operational context: whether updates are partial, validation requirements (especially for location), and how this relates to sibling tools like get_my_profile or get_correct_country_name. An agent would need to infer too much.

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%, so the schema already documents each parameter. The description adds no parameter-specific information beyond what the schema provides, and notably omits guidance on the location constraint (e.g., pointing to get_correct_country_name). Baseline of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the verb 'Update' and the resource 'your Himalayas profile', which distinguishes it from company profile updates. It is concise and unambiguous, though it does not explicitly list the fields, relying on the schema for that.

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

Usage Guidelines2/5

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

The only guidance is 'Requires authentication', which is a prerequisite rather than a usage condition. There is no mention of when to use this tool versus alternatives (e.g., get_my_profile for reading, update_company_profile for companies), nor any routing to helper tools like get_correct_country_name for the location field.

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.

Resources