Skip to main content
Glama

Server Details

HelloTime MCP server for workforce management — time tracking, attendance, productivity, payroll and timesheets.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

8 tools
country_supportAInspect

Return per-country features, default currency, and product positioning for a supported country (IN, AU, GB, US, CA, AE, SG, NZ).

ParametersJSON Schema
NameRequiredDescriptionDefault
countryNoSingle ISO country code. Omit for the full matrix.

TDQS

A4/5.0
Behavior3/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. It states the tool 'returns' data, which implies read-only behavior, but does not disclose details like behavior when the country parameter is omitted (though the schema covers that) or the return format. No contradictions.

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?

A single, front-loaded sentence that states the action and expected output with no filler. Every word earns its place.

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

Completeness4/5

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

For a simple 1-parameter tool with no output schema, the description covers the key purpose, return content, and supported countries. The parameter details and the option to omit for the full matrix are present in the schema, so the description is sufficiently complete.

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%: the parameter's description already explains 'Single ISO country code. Omit for the full matrix.' and the enum lists all values. The tool description adds the same country list, providing no additional semantic value.

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 uses a specific verb ('Return') and identifies the exact resource: per-country features, default currency, and product positioning. It lists supported country codes, which distinguishes it from siblings like feature_search, list_features, and statutory_rates.

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 clearly implies when to use this tool: when you need country-specific configuration data. It does not explicitly name alternatives or exclusions, but the country-scoped context differentiates it adequately from sibling tools.

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

list_competitorsAInspect

Return competitor positioning entries (Truein, Deputy, When I Work, Connecteam, Hubstaff, Keka) with where HelloTime wins, where the competitor wins, and pricing notes. Optional country, tier (primary / secondary), and id filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoReturn a single competitor by id (e.g. "truein", "deputy", "when-i-work").
tierNoFilter to head-on rivals (primary) or adjacent / segment-specific overlaps (secondary).
countryNoOnly return competitors whose primary market is this country, or who are also evaluated in this market.

TDQS

A4/5.0
Behavior3/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 clearly frames the operation as a read-only 'Return' action and lists the output fields, but it does not explain behavior like how multiple filters combine, whether the id filter returns a single item vs an array, or the default output when no filters are applied. The absence of any side-effect disclosure is acceptable for a list operation, but richer context would improve transparency.

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 two sentences, front-loaded with the core purpose and content, then lists the optional filters. Every sentence earns its place with no filler or redundancy. It is well-structured for quick parsing by an agent.

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

Completeness4/5

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

For a simple read-only list calculator with three optional filters and no output schema, the description sufficiently covers what is returned, the competitors included, and the filter categories. It does not explicitly state the default behavior when no filters are applied, but 'Return competitor positioning entries' implies all entries by default, which is adequate given the tool's simplicity.

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 coverage is 100% and baseline is 3, but the description adds meaningful context beyond the schema: it enumerates valid id values (e.g., 'truein', 'deputy') and clarifies tier semantics with 'head-on rivals' vs 'adjacent overlaps'. This helps agents map the domain and select correct values, going beyond the schema's generic string/enum descriptions.

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 clearly states the tool returns competitor positioning entries, explicitly listing the competitors (Truein, Deputy, etc.) and the exact content (where HelloTime wins, where the competitor wins, pricing notes). This specific verb-plus-resource structure distinguishes it from sibling list tools like list_features or list_plans.

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 context by describing the tool's purpose and optional filters, but it does not explicitly state when to prefer this over sibling tools or when not to use it. The sibling names (e.g., feature_search, list_features, list_plans) suggest different domains, yet the description offers no direct comparison or exclusion.

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

list_featuresAInspect

List HelloTime features (shifts, rosters, leave types, timesheets, time tracking, productivity, GPS / geofence, biometric kiosk, payroll, invoicing, analytics, projects, reports, integrations).

ParametersJSON Schema
NameRequiredDescriptionDefault
planNoOnly return features available in this plan tier.
categoryNoFilter to one feature category (shifts, rosters, leave, timesheets, gps-geofence, biometric-kiosk, etc.).

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It accurately describes a read-only listing operation with optional parameter filtering. However, it does not disclose return format, potential pagination, or error behavior, which would be helpful for a tool with no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is a single, well-front-loaded sentence that efficiently lists the feature categories. It wastes no words, though the list is long and could benefit from a brief summary phrase before enumeration.

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

Completeness4/5

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

Given the tool's simplicity (2 optional enum parameters, no output schema, no nested objects), the description is reasonably complete. It covers the core purpose and the breadth of what is listed. However, for a tool that might support multiple plan tiers, it could explicitly state that the full list is returned when no plan is specified.

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 coverage is 100% and all parameters have enum constraints with descriptions. The tool description reiterates the feature list already in the schema, adding no new semantic detail beyond what's in the schema. Baseline 3 is appropriate.

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 clearly states the tool lists HelloTime features and provides an exhaustive enumeration of feature categories. It effectively distinguishes from siblings like list_plans or feature_search by indicating this is a broad listing of all available features.

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 implies that this tool is for retrieving a list of feature categories, but does not explicitly contrast with sibling tools like feature_search or list_competitors. However, the sibling tool names suggest different purposes, so a clear usage context is inferable but lacks explicit when-not-to-use guidance.

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

list_plansAInspect

List HelloTime pricing plans (Free, Attend, Track, Business) with the charged price and a standing list-price anchor per region, plus volume and annual prepay discounts. Free is permanent for a single user; paid tiers each include a 7-day free trial.

ParametersJSON Schema
NameRequiredDescriptionDefault
planNoRestrict the response to a single plan tier.
countryNoISO country code. Filters prices to one country. Omit to return all 8 markets.

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description bears full responsibility. It discloses that Free is permanent for a single user and paid tiers have a 7-day free trial. It does not mention read-only nature, but the verb 'list' strongly implies it. Lacks details on rate limits or authentication, but the core behavior is well covered.

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, no wasted words. The first sentence delivers the core purpose and outputs; the second adds critical nuance (free trial, permanent free tier). Information is front-loaded and easy to parse.

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?

Despite no output schema, the description adequately explains what the tool returns: pricing details, discounts, free trial info. It covers the key aspects for a listing tool with two optional parameters. No missing critical information.

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 coverage is 100%, so baseline is 3. The description adds value by explaining that the response includes 'charged price and a standing list-price anchor per region' and 'volume and annual prepay discounts', which contextualizes the parameters without explicitly repeating their schema definitions.

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 clearly states the tool lists HelloTime pricing plans with specific details (charged price, list-price anchor, volume/annual discounts). It names the tiers (Free, Attend, Track, Business) and distinguishes from siblings like feature_search and list_competitors by focusing on pricing.

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 for retrieving pricing information but does not explicitly state when to use this tool versus alternatives (e.g., country_support for regional support, list_competitors for competitor comparison). No when-not-to-use or exclusion criteria are provided.

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

local_payment_methodsAInspect

List local bank-rail / wallet payment methods relevant to HelloTime payroll and contractor payouts (UPI, IMPS, NEFT, RTGS, BACS, FPS, Faster Payments, Interac e-Transfer, EFT, PayID, PayTo, NPP, EFT/BECS, ACH, Same Day ACH, Fedwire, RTP, WPS-SIF, PayNow, FAST, GIRO, NZ Direct Credit, etc.). Returns rail (instant / same-day / next-day / multi-day), use-cases, issuing authority, HelloTime support level, and operational notes (per-transaction caps, settlement windows, retirement timelines). Filter by country, useCase, rail, or id.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoReturn a single payment method by id (e.g. "in-upi", "au-payid", "us-rtp").
railNoFilter by settlement rail (instant, same-day, next-day, multi-day).
countryNoFilter to one country (IN, US, CA, GB, AU, AE, SG, NZ).
useCaseNoFilter by payment use-case. Defaults to HelloTime's payroll + contractor-payout scope; pass an explicit value to widen.

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool returns rail, use-cases, issuing authority, support level, and operational notes, and implies read-only behavior via 'List'. It does not mention auth or rate limits, but none are critical for this read-only 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 efficiently structured: purpose, return content, and filters. The long list of examples is dense but valuable, and each sentence contributes meaningful information without fluff.

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?

Despite lacking an output schema, the description enumerates exact return fields (rail, use-cases, authority, support level, operational notes) and provides expressive examples. Given the 4 optional params and no annotations, this is strong contextual coverage.

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 coverage is 100%, so baseline is 3. The description adds domain context with extensive examples of payment methods and clarifies filter usage, going beyond the schema's individual param descriptions.

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 clearly states the tool lists payment methods with specific scope (HelloTime payroll and contractor payouts) and gives concrete examples (UPI, IMPS, BACS). It distinguishes itself from sibling tools by focusing on payment methods, not features or plans.

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 clear context (payroll/contractor payouts) and explicit filter options (country, useCase, rail, id). It does not explicitly name alternative tools, but the scope is distinct enough to infer when to use it.

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

payroll_capabilitiesAInspect

For a given country, return the supported payroll engines (e.g. AU STP2 + super, IN PF/ESI/TDS/Form 24Q, US W-2/1099) with status (live/beta/coming-soon).

ParametersJSON Schema
NameRequiredDescriptionDefault
countryYesRequired ISO country code.

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses that the operation returns data (read-only) and specifies the status values returned, but it does not mention error handling, edge cases, or authentication requirements.

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, well-structured sentence that is front-loaded with the purpose and gives concrete examples without extraneous words. Every part of the sentence adds value.

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?

Given the simple one-parameter tool with no output schema, the description adequately explains the input, the shape of the output (list of engines with status), and possible status values. It is complete enough for an agent to select and invoke the tool correctly.

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 already describes the country parameter as 'Required ISO country code' with 100% coverage. The description adds context with examples but not much semantic detail beyond what the schema provides, so the baseline of 3 is appropriate.

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 clearly states the tool's function: for a given country, it returns supported payroll engines with their status. Examples (AU, IN, US) clarify the scope and distinguish it from sibling tools like country_support or statutory_rates.

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 the tool is used when needing payroll engine support information for a country, but it does not explicitly provide usage guidance, alternatives, or exclusions compared to sibling tools. Usage is inferable but not stated.

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

statutory_ratesAInspect

Return statutory payroll-rate entries with rate, ceiling, slab, authority, and verification status. India block (PF / EPS / EDLI / PF admin / ESI / Professional Tax by state / TDS slabs) is internally-reviewed against EPFO / ESIC / state notifications. Australia and US entries are public-source-unreviewed. Filter by country, scheme, category, state, party, verification, or id.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoReturn a single rate by id (e.g. "in-pf-employee", "au-super-guarantee-fy2526").
partyNoFilter by who pays the contribution.
stateNoFor India professional tax, the state name (e.g. "Maharashtra", "Karnataka", "Tamil Nadu"). Case-insensitive substring match.
schemeNoMatch a scheme key like "PF", "ESI", "PT", "TDS", "SuperGuarantee", "FICA-SS", "FICA-Medicare", "FUTA", "401k", "MedicareLevy". Case-insensitive substring match.
countryNoFilter to one country. IN is the comprehensively-verified block; AU and US are public-source-unreviewed.
categoryNoFilter by statutory category (social-security, health-insurance, income-tax, professional-tax, pension, unemployment, state-payroll-tax).
verificationNoFilter by verification status. Use "verified" to restrict to internally-reviewed rates (IN PF/ESI/PT).

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the verification status discrepancy between countries and mentions the verification filter. This is valuable behavioral insight for a read-only tool, though it stops short of detailing pagination or return structure.

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?

Four sentences, each providing necessary information: purpose, data quality caveats, and filter options. No filler or repetition; efficient and front-loaded.

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

Completeness4/5

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

The description covers the return contents (rate, ceiling, etc.), data provenance differences, and filters. Without an output schema, it gives a solid overview, but does not fully specify return format or list all possible schemes, leaving some ambiguity.

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 description adds little beyond listing filter names. The schema already explains each parameter including the 'IN' country verification nuance, making the description redundant in this dimension.

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 returns statutory payroll-rate entries with specific fields (rate, ceiling, slab, authority, verification status). This distinguishes it from sibling tools, which cover features, plans, or country support, not payroll rates.

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?

Provides useful context by explaining that India rates are internally-reviewed while AU/US are not, and lists available filters. It does not explicitly mention alternatives or exclusions, but the tool is clearly the sole option for statutory rates.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct resource: features, plans, competitors, country support, payroll engines, statutory rates, payment methods, and a free-text search across all of them. There is no overlap in purpose; even feature_search complements the list tools by handling ad-hoc queries.

Naming Consistency2/5

Tool names are inconsistent: three use a 'list_' prefix (list_competitors, list_features, list_plans), while the rest are noun phrases like 'country_support', 'feature_search', 'local_payment_methods', 'payroll_capabilities', and 'statutory_rates'. There is no uniform verb_noun pattern, making names less predictable.

Tool Count5/5

Eight tools is a well-scoped number for a product information server covering features, plans, competitors, countries, payroll, payments, and rates. Each tool has a clear role and the count is within the ideal range.

Completeness5/5

The tool surface covers all major categories one would expect for the HelloTime product domain: features, plans, competitor positioning, country-specific support, payroll engines, statutory rates, and payment methods. The feature_search tool further fills gaps by enabling cross-category queries, leaving no obvious dead ends.

Resources