Skip to main content
Glama

add_company_perk

Add a perk/benefit to your company on Himalayas. Requires employer authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPerk title (3-50 characters)
categoryYesPerk category
descriptionYesPerk description (15-450 characters)

Schema Changelog

Changes observed during successful MCP inspections.

  1. 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
  2. First observed

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that the operation requires employer authentication, which is useful, but it does not disclose what happens on success or failure, whether the operation is idempotent, what the response looks like, or any potential side effects. For a mutation tool, this is minimal disclosure.

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 a single sentence that is concise and front-loaded with the action. There is no redundant wording; it states the purpose and a key requirement in a compact, efficient manner.

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?

For a simple mutation tool with three parameters and no output schema, the description is reasonably complete. It covers the action, the resource, the platform, and an authentication requirement. However, it does not mention what the successful result is or whether there are additional constraints (e.g., whether the company must exist), leaving some gaps for an agent to infer.

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?

The schema description coverage is 100%, so the baseline is 3. The description does not add any additional meaning beyond what the schema already provides for the title, category, and description fields. Since the schema documents each parameter clearly, the description does not need to compensate, but it also contributes nothing new.

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 states a clear action ('Add'), a specific resource ('perk/benefit'), and scope ('to your company on Himalayas'). It clearly distinguishes itself from sibling tools like remove_company_perk and get_company_perks by indicating it is the creation operation. The platform context also orients the agent.

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

Usage Guidelines3/5

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

The description implies usage—if you want to add a perk, use this tool—and mentions a prerequisite (employer authentication). However, it does not explicitly state when to use this versus the related get or remove tools, nor does it note any exclusions or alternative scenarios. The guidance is implicit rather than explicit.

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