Skip to main content
Glama
passgage

Passgage MCP Server

Official
by passgage

passgage_create_user_rate

Create a new user rate to assign compensation in the Passgage workforce management system. Provide the required data to define the rate details.

Instructions

Create a new user_rate

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesThe data for creating the user_rate
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits, but it only states 'Create a new user_rate.' It implies a write operation but fails to mention side effects, required permissions, error conditions, or response behavior. This is a significant gap 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one short sentence and is front-loaded, but it is under-specified. It is concise in length but conveys almost no useful information, so it does not earn its place as a valuable description.

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?

The tool has no annotations, no output schema, and a single generic data object. The description fails to explain what a user_rate is, what fields are expected, or what the outcome of creation is. This is inadequate for a CRUD create tool.

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% for the single 'data' parameter, so the baseline of 3 applies. However, the description adds no meaning beyond the schema, and the schema itself is generic with additionalProperties true, offering little guidance on what the data should contain.

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

Purpose2/5

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

The description 'Create a new user_rate' essentially restates the tool name without providing any additional insight into what a user_rate is or how this tool differs from other create tools. It specifies a verb and resource but adds no new information, making it nearly a tautology.

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?

No guidance is given on when to use this tool versus alternatives such as passgage_create_user or other create operations. There is no mention of prerequisites, context, or exclusions, leaving the agent without direction on tool selection.

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

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