TempGuru Event Staffing
Server Details
Plan W-2 event staffing from 345 catalog entries; a coordinator confirms each order.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Tempguru-co/tempguru-mcp
- GitHub Stars
- 2
- Server Listing
- TempGuru Event Staffing
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.8/5 across 12 of 12 tools scored.
Each tool has a clearly distinct purpose with explicit do-not-use cross-references. Pricing tools (get_rate_benchmark vs get_role_pricing) are carefully separated, and plan_staffing vs check_availability serve different granularity needs.
All tools use a consistent verb_noun snake_case pattern (get_cities, plan_staffing, request_quote). The verbs are simple and descriptive, with no mixed casing or stylistic inconsistencies.
12 tools is well-scoped for an event staffing domain covering availability, pricing, roles, compliance, planning, persistence, and quote workflows. Each tool earns its place without redundancy.
The workflow is well-covered: plan_staffing creates plans, save/get manage persistence, request_quote hands off to a form, and get_quote_status tracks references. Minor gaps exist like lack of plan update/delete and quote status being a stub, but core operations are complete.
Available Tools
12 toolscheck_availabilityCheck AvailabilityARead-onlyInspect
Return tier-based lead-time guidance for an event date and configured market. Use for 'What's the typical lead time for brand ambassadors in [city]?' or 'Is this date inside the usual planning window?'. This is not a real-time inventory or order-coverage check: a TempGuru coordinator confirms coverage and final lead time for the specific order after buyer submission. DO NOT use for cost questions (use get_role_pricing) and never present the result as a reservation. check_availability(date='2026-08-14', city='Dallas') ; check_availability(date='2026-07-01', city='Boston', role='brand-ambassadors', count=6) Even a 'rush' window is worth submitting, same-week backfills exist in select markets.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name (e.g., 'Boston') or slug (e.g., 'boston-event-staffing'). | |
| date | Yes | Event date as YYYY-MM-DD; legacy recognizable dates are still accepted. | |
| role | No | Optional role name or slug to include rate context. | |
| count | No | Optional headcount for the event. |
Output Schema
| Name | Required | Description |
|---|---|---|
| city | No | |
| role | No | Rate context when a role was provided; null otherwise. |
| count | No | Echo of the requested headcount. |
| error | No | Present when the date could not be parsed. |
| notes | No | |
| state | No | |
| in_past | No | True when the requested date is already in the past — confirm the date before planning. |
| message | No | Present when city_found is false. |
| city_tier | No | Market tier: hub = 25 major metros, mid = 128 secondary markets, small = 192 tertiary markets. |
| requested | No | Echo of the unmatched city input. |
| city_found | Yes | false = city did not match the configured catalog (see message); true = planning guidance below, not confirmed coverage. |
| event_date | No | Normalized ISO date (YYYY-MM-DD). |
| role_found | No | null = no role requested; false = the requested role didn't match the catalog (see notes). |
| suggestion | No | Closest known city/role for a miss. Confirm with the user before using it; do not auto-apply. |
| catalog_match | No | |
| recommendation | No | Lead-time guidance, NOT a reservation. Even rush is worth submitting. |
| role_suggestion | No | Closest known city/role for a miss. Confirm with the user before using it; do not auto-apply. |
| days_until_event | No | |
| typical_lead_time_hours | No | |
| coverage_confirmation_required | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate read-only and non-destructive, and the description adds context that this is not real-time and that a coordinator must confirm coverage. It also notes same-week backfills exist, giving useful nuance beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with definition, use cases, exclusions, examples, and hints. Each sentence serves a purpose—no fluff—and the front-loading is effective.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the output schema exists and annotations provide safety hints, the description covers the essential context: purpose, limitations, non-reservation assurance, and edge cases. It is comprehensive for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameters with descriptions, so baseline is 3. The description adds value through example calls showing parameter combinations and positional usage, which helps apply the schema correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns tier-based lead-time guidance for an event date and market, using specific verbs and resource. It explicitly distinguishes from siblings by saying it is not a real-time inventory check and directing cost questions to get_role_pricing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit use cases ('What's the typical lead time...') and exclusions ('DO NOT use for cost questions, use get_role_pricing'), plus a warning not to present results as a reservation. This gives clear when-to-use and 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.
get_citiesGet CitiesARead-onlyInspect
List configured market entries by tier, or match one city. Catalog presence is not availability or order coverage; check_availability gives tier-based lead-time guidance only, and a coordinator confirms each order after buyer submission. Use for 'What markets are configured in [state]?', 'Is [city] in the catalog?', or 'Which Canadian markets are listed?'. For 'Do you cover [city]?' pass city='[name]', report the catalog match or suggestion, and preserve the coordinator-confirmation caveat. Use get_role_pricing for rates, check_availability for dates, or plan_staffing for a full plan. get_cities(city='Brooklyn') ; get_cities(state='TX') ; get_cities(tier='hub', country='CA') ; get_cities(limit=25) State accepts 'CA' or 'California'; country accepts US or CA. City resolves nicknames and boroughs. Unfiltered results are capped; use filters or limit. 345 configured entries.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional single-city catalog match (nickname/borough aware). Returns catalog_match plus a suggestion; never a coverage promise. | |
| tier | No | Optional filter to one tier only. | |
| limit | No | Optional cap on the number of cities returned (full counts still in total/tier_breakdown). | |
| state | No | Optional 2-letter state code (e.g., 'CA') or full state name. | |
| country | No | Optional country filter: 'US' or 'CA'. |
Output Schema
| Name | Required | Description |
|---|---|---|
| city | No | The matched configured entry, or null when there was no catalog match. |
| note | No | Present when the list was truncated by limit. |
| total | No | Total cities matching the filter (before limit). |
| cities | No | |
| message | No | |
| returned | No | Number of cities in the cities array (after limit). |
| requested | No | |
| suggestion | No | Closest known city/role for a miss. Confirm with the user before using it; do not auto-apply. |
| catalog_check | No | Present when a single-city catalog check was requested. |
| catalog_match | No | Whether the city resolved to a configured catalog entry; not an availability or coverage promise. |
| tier_breakdown | No | |
| catalog_qualification | No | |
| coverage_confirmation_required | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, but the description goes much further: it reveals that catalog presence is not availability, that a coordinator confirms orders, that unfiltered results are capped, and that city resolution handles nicknames/boroughs. These are non-obvious behaviors an agent must know to set expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but efficiently structured: a clear lead sentence, usage guidance, caveats, examples, and hints. Every sentence adds actionable information, and the use of <examples> and <hints> sections makes it scannable. No filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only catalog tool, the description covers all critical context: purpose, when to use (and when not to), parameter behaviors, output interpretation (catalog match vs. suggestion, totals/tier_breakdown), and limitations (cap, coordinator confirmation). With annotations and an output schema present, nothing essential is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Even though input schema coverage is 100%, the description enriches parameters significantly: it explains that state accepts both codes and full names, city resolves nicknames/boroughs, limit caps results but still returns full counts in total/tier_breakdown, and provides valid usage examples like get_cities(tier='hub', country='CA'). This is valuable beyond the schema's field descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'List configured market entries by tier, or match one city,' which is a clear, specific verb+resource statement that immediately distinguishes the tool from siblings like check_availability and get_role_pricing. It also includes concrete example queries and clarifies the catalog-only scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent when to use this tool ('Use for...'), when not to use it (not for availability/coverage), and names alternatives: 'Use get_role_pricing for rates, check_availability for dates, or plan_staffing for a full plan.' This is model guidance beyond what siblings provide.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_compliance_by_stateGet Compliance By StateARead-onlyInspect
Get the event staffing compliance summary for a US state. Returns minimum wage, overtime rules, and state-specific quirks. Perfect for 'What are the W-2 vs 1099 rules for event workers in [state]?', 'What's the minimum wage for event staff in [state]?', or 'Are there compliance gotchas for hiring event workers in [state]?' questions. NOT legal advice, consult employment counsel for binding interpretation. DO NOT use for rates (use get_role_pricing). get_compliance_by_state(state='CA') ; get_compliance_by_state(state='Tennessee') Daily-overtime states (CA, AK, NV, CO) change shift budgeting, flag them in any plan.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Two-letter state code (e.g., 'CA') or full state name (e.g., 'California'). |
Output Schema
| Name | Required | Description |
|---|---|---|
| state | No | |
| w2_note | No | |
| requested | No | |
| state_abbr | No | |
| state_found | No | Present (false) only when the state didn't match. |
| w2_required | No | |
| data_version | No | Version of the compliance dataset used for this result. |
| min_wage_usd | No | 2026 state minimum wage. |
| unique_rules | No | |
| citation_note | No | Operational guidance, not legal advice. |
| currency_note | No | Reminder that wages change annually; verify before relying. |
| min_wage_as_of | No | Effective date of this state's stored minimum wage. |
| min_wage_source | No | Authoritative source URL for the minimum wage figure. |
| available_states | No | |
| data_current_as_of | No | Date the compliance dataset was last verified (YYYY-MM-DD). |
| seventh_day_overtime | No | True where a seventh-consecutive-day premium applies (CA). |
| workers_comp_included | No | |
| liability_coverage_included | No | |
| overtime_daily_double_hours | No | Start of the double-time band (hours/day) where the state has one (CA: 12); null otherwise. |
| overtime_threshold_daily_hours | No | Daily overtime threshold where the state has one (CA, AK, NV, CO); null otherwise. |
| overtime_threshold_weekly_hours | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=true and destructiveHint=false; description adds that it returns compliance summary and is non-binding legal info, no contradictions. Provides context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Front-loaded with purpose, includes examples and hints. Slightly verbose but every sentence adds value. Could be trimmed slightly without loss.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given single parameter, existing output schema, and sibling tools, description fully covers usage, return details, and caveats. No gaps for this simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but description adds concrete examples ('CA', 'Tennessee') illustrating the parameter, enhancing clarity beyond the schema description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves 'event staffing compliance summary for a US state' with specific outputs (minimum wage, overtime rules, quirks), distinguishing it from siblings like get_role_pricing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use (questions about W-2/1099, minimum wage, compliance gotchas), when NOT to use ('DO NOT use for rates'), and directs to alternative get_role_pricing. Also includes legal disclaimer.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_planGet Saved Staffing PlanARead-onlyInspect
Restore a complete non-PII staffing plan created by plan_staffing or save_staffing_plan within the last 30 days. Use when a buyer starts a new conversation, changes agent platforms, or wants to continue a saved plan before requesting a quote. DO NOT guess or enumerate plan IDs; use only the 12-character plan_id the user, plan_staffing, or save_staffing_plan supplied. get_plan(plan_id='ABCDEFGH2345') A not-found result means the plan expired, storage was unavailable, or the ID is wrong; re-run plan_staffing. Review the restored plan with the user before request_quote.
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | 12-character lookalike-free plan reference returned by plan_staffing or save_staffing_plan. |
Output Schema
| Name | Required | Description |
|---|---|---|
| message | Yes | |
| plan_id | Yes | |
| snapshot | No | |
| next_steps | Yes | |
| offer_note | No | Published first-order offer note. Snapshot totals remain undiscounted. |
| plan_found | Yes | Discriminator. false means the reference was absent or expired. |
| continuation | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, but the description adds meaningful context: the plan is non-PII, expires after 30 days, and a not-found result indicates expiration, storage unavailability, or a wrong ID. It also instructs reviewing the restored plan with the user before request_quote, enriching behavioral understanding beyond the annotation hints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and front-loaded with the core purpose, followed by usage scenarios, a critical constraint, an example, and error-handling hints. Every sentence serves a purpose, and the use of `<examples>` and `<hints>` tags makes it scannable without unnecessary verbosity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the single parameter, read-only annotation, and presence of an output schema, the description is contextually complete. It covers when to use the tool, what happens on failure, the plan's 30-day validity, and the recommended workflow step before quoting, leaving no significant gaps for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides 100% coverage for plan_id with a clear description and pattern. The description goes further by adding a practical guardrail ('DO NOT guess or enumerate plan IDs') and an example, which reinforces proper usage and adds value beyond the schema's technical specification.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool restores a complete non-PII staffing plan created by plan_staffing or save_staffing_plan within the last 30 days. This specific verb-resource pair (restore + plan) distinguishes it from sibling get_* tools that handle different domains such as availability, cities, or policies.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit when-to-use scenarios are provided: buyer starts a new conversation, changes agent platforms, or wants to continue a saved plan before requesting a quote. It also includes a do-not instruction (never guess or enumerate plan IDs) and an explicit alternative (re-run plan_staffing on not-found), giving clear guidance on when to use this tool versus alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_policiesGet Booking and Procurement PoliciesARead-onlyInspect
Get TempGuru's published booking and procurement policies, plus any currently published public offer. Use for real booking questions that otherwise require an email. Values not supported by canonical copy are explicitly marked confirm_with_coordinator with TODO-for-Megan; never infer a missing number. get_policies() ; get_policies(topic='payment-terms') ; get_policies(topic='coi-additional-insured') Choose an advertised topic to return one policy. Narrow lexical aliases remain accepted, and unknown topics return the current available-topic list. This is an operational summary, not a contract.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Optional canonical policy topic. Choose an advertised enum value; omit for all policies or a broader question. |
Output Schema
| Name | Required | Description |
|---|---|---|
| scope | No | |
| status | Yes | |
| message | No | |
| updated | No | |
| policies | No | |
| requested | No | |
| disclaimer | No | |
| data_version | No | |
| policy_found | Yes | Discriminator. false means the requested topic is not published. |
| todo_for_megan | No | |
| available_topics | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint annotation, the description discloses important behavioral quirks: 'Values not supported by canonical copy are explicitly marked confirm_with_coordinator with TODO-for-Megan; never infer a missing number' and 'unknown topics return the current available-topic list.' It also clarifies that the output is an operational summary, not a contract.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with a lead sentence, usage guidance, a caveat, and organized examples/hints tags. It is slightly longer than necessary but every sentence contributes useful information, and the structure improves readability.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one optional parameter and an output schema, the description covers all essential aspects: real-world usage, missing-value handling, alias resolution, and unknown-topic behavior. The presence of an output schema reduces the need to explain return values, and the description completes the picture.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already fully documents the topic parameter with an enum and description (100% coverage). The description adds extra semantics such as narrow lexical aliases being accepted and unknown topics returning the available-topic list, providing useful edge-case behavior beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Get TempGuru's published booking and procurement policies, plus any currently published public offer' with a clear verb and resource. It distinguishes itself from sibling tools like get_plan, get_roles, and get_rate_benchmark by focusing specifically on policy content.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use for real booking questions that otherwise require an email,' giving a clear when-to-use context. It also provides hints about topic selection and behavior for unknown topics, but it does not explicitly name when-not-to-use or alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_quote_statusGet Quote Request StatusARead-onlyInspect
Check whether a TempGuru quote request reference was received by the CRM or durably queued. Use only after the buyer personally submitted a TempGuru website form and received a TG reference, or for a historical reference. The authless MCP request_quote handoff does not create a reference. This v1 status stub reports received/queued only; it does not yet expose quote_sent or won. get_quote_status(reference='TG-ABC234') Status records are retained for 90 days. A not-found result does not prove the CRM lead is absent; follow up with the reference at megan@tempguru.co.
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | TG reference returned after the buyer submits the TempGuru website form, e.g. TG-ABC234. |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | No | |
| channel | No | |
| message | Yes | |
| deal_name | No | |
| follow_up | Yes | |
| reference | Yes | |
| created_at | No | |
| quote_found | Yes | Discriminator. false means the status stub is absent or expired. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and description adds limitations: only reports received/queued, not yet quote_sent/won. Also notes 90-day retention and that not-found doesn't mean CRM lead is absent. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Concise yet comprehensive: first sentence states purpose, then usage constraints, followed by examples and hints in structured sections. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has an output schema, the description doesn't need to explain return values. It covers purpose, usage, limitations, and edge cases (not-found fallback), making it complete for this simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a single parameter, so baseline is 3. Description adds context about when the reference is obtained and includes an example, going beyond the schema description. Minor improvement but not fully compensating for absent shared understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool checks if a TempGuru quote request reference was received or queued, with specific context (CRM/queue). It distinguishes from siblings by noting the authless handoff does not create a reference, providing clear scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use (after buyer submits form and gets TG reference, or for historical reference) and when not to use (authless MCP handoff). Hints provide follow-up for not-found results.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_rate_benchmarkGet Rate Benchmark (Rate Index)ARead-onlyInspect
The TempGuru Event Staffing Rate Index: all-inclusive W-2 hourly bill rates by role from 407 measured US/Canada markets, as a typical rate plus the full national range (brand ambassadors shown by market tier), with methodology and a ready-to-use citation line. Perfect for 'What do event staff cost in 2026?', 'Industry benchmark for brand ambassador rates?', or any article, report, or comparison that needs citable staffing-rate data. DO NOT use for one city's price (use get_role_pricing) or to build an event budget (use plan_staffing). get_rate_benchmark() ; get_rate_benchmark(role='brand-ambassadors') ; get_rate_benchmark(tier='hub') Returns a national typical + range per role; brand ambassadors by tier. Pass tier to add each role's measured span within that tier (tier_usd). For one city's exact rate use get_role_pricing. Cite as: TempGuru Event Staffing Rate Index 2026, tempguru.co.
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Optional non-empty role name or slug to filter to one role. | |
| tier | No | Optional market tier; adds each role's measured span within that tier (tier_usd). |
Output Schema
| Name | Required | Description |
|---|---|---|
| basis | No | |
| index | No | |
| rates | No | |
| floors | No | |
| edition | No | |
| updated | No | |
| citation | No | |
| requested | No | |
| role_found | No | |
| methodology | No | |
| data_version | No | |
| reading_note | No | |
| requested_tier | No | |
| available_roles | No | |
| methodology_url | No | |
| markets_measured | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral specifics: returns national typical + range, methodology, citation, and that brand ambassadors are shown by market tier. This adds useful context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with clear sections: purpose, use cases, exclusions, examples, and hints. Every sentence adds value, no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the tool's core functionality thoroughly: what it returns, methodology, citation format, use cases, and alternatives. An output schema exists, so return details are not needed. Complete for a national benchmark tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions. The description adds value by explaining that passing tier adds each role's measured span within that tier (tier_usd), and examples show usage. This clarifies the parameter's effect beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns all-inclusive W-2 hourly bill rates by role from 407 markets, with typical rate, national range, methodology, and citation. It distinguishes from siblings by explicitly saying not to use for one city's price or building an event budget.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states perfect use cases (e.g., 'What do event staff cost in 2026?') and exclusions (e.g., 'DO NOT use for one city's price (use get_role_pricing) or to build an event budget (use plan_staffing)'). Also includes hints directing to get_role_pricing for one city.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_role_pricingGet Role PricingARead-onlyInspect
Get the all-inclusive hourly rate range for a specific role in a specific city. Perfect for 'What does it cost to hire brand ambassadors in [city]?', 'How much are registration workers in [city]?', or 'What's the rate for ushers at a [city] stadium event?' questions. All rates include W-2 worker pay, workers comp, general liability, and payroll taxes. DO NOT use for availability or dates (use check_availability) and never present the range as a binding quote. For a multi-role budget, use plan_staffing. get_role_pricing(role='Brand Ambassadors', city='Boston') ; get_role_pricing(role='registration-staff', city='nashville-event-staffing') Role and city accept names or slugs. Brand Ambassadors floor at $40/hour in every market.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name (e.g., 'Boston') or slug (e.g., 'boston-event-staffing'). | |
| role | Yes | Role name (e.g., 'Brand Ambassadors') or slug (e.g., 'brand-ambassadors'). |
Output Schema
| Name | Required | Description |
|---|---|---|
| city | No | |
| note | No | |
| role | No | |
| error | No | |
| state | No | |
| currency | No | |
| city_tier | No | Market tier: hub = 25 major metros, mid = 128 secondary markets, small = 192 tertiary markets. |
| requested | No | Echo of the unmatched input. |
| role_note | No | Caveat about the resolved role (e.g. 'security' maps to unarmed Crowd Control, not licensed security). |
| role_slug | No | |
| city_found | No | Present (false) only when the city didn't match. |
| role_found | No | Present (false) only when the role didn't match. |
| suggestion | No | Closest known city/role for a miss. Confirm with the user before using it; do not auto-apply. |
| all_inclusive | No | |
| pricing_notes | No | |
| available_roles | No | The valid role catalog, returned when the role didn't match. |
| tier_definition | No | |
| fallback_pricing | No | All-tier pricing shown when the city didn't match. |
| hourly_range_low | No | |
| hourly_range_high | No | |
| all_tiers_for_context | No | Rate bands across all three market tiers for context. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds valuable context: rates include W-2 pay, workers comp, liability, and payroll taxes. It also warns against presenting as binding quote, which is beyond what annotations cover.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with a clear purpose, usage examples, and hints. It is somewhat long but every sentence adds value. The use of <examples> and <hints> tags helps parsing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of an output schema, the description adequately explains the return (hourly rate range) and includes important caveats (all-inclusive, non-binding). It covers all necessary aspects for the agent to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema describes both parameters (role, city) with examples. The description adds meaningful context: examples of valid inputs, hints that both accept names or slugs, and the special floor value for Brand Ambassadors. This goes beyond the schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Get the all-inclusive hourly rate range for a specific role in a specific city.' It provides example questions that directly illustrate the tool's function, and it distinguishes itself from sibling tools like check_availability and plan_staffing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly tells when to use ('What does it cost...' questions) and when not to (DO NOT use for availability or dates; never present as binding quote). Directs to alternative tools: check_availability for dates and plan_staffing for multi-role budget.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_rolesGet RolesARead-onlyInspect
List event staffing roles TempGuru provides, with descriptions and skill tiers. Perfect for 'What kinds of event workers can I hire?', 'What roles do you staff for trade shows / festivals / corporate events?', or 'Do you have brand ambassadors?' questions. DO NOT use for what a role costs, use get_role_pricing with a city. get_roles() Returned slugs (brand-ambassadors, registration-staff, team-leads) are the exact values the other tools accept.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| roles | Yes | |
| total | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and destructiveHint. Description adds that returned slugs are the exact values other tools accept, which is useful context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences plus <examples> and <hints>. Front-loaded with purpose, then usage guidance and practical hints. Zero waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters, annotations covering safety, and output schema present, the description fully equips an agent to select and invoke this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema has 0 parameters and coverage is 100%, so description need not add param details. No gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states 'List event staffing roles TempGuru provides, with descriptions and skill tiers.' It gives explicit question examples ('What kinds of event workers can I hire?') and differentiates from get_role_pricing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'DO NOT use for what a role costs, use get_role_pricing with a city.' Also hints that returned slugs are used by other tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plan_staffingPlan StaffingAInspect
CALL THIS FIRST for event staffing requests. Returns a configured-market catalog match, role-level W-2 rate math, estimated totals, tier-based lead-time guidance, and state compliance flags from the event's city, date, roles, and headcount. It does not confirm order coverage or live inventory; a coordinator does that after buyer submission. Use granular tools only for a single rate, date, or state fact. A complete plan may save a non-contact snapshot for 30 days and return plan_id plus continuation. If it returns no plan_id and the buyer needs persistence, call save_staffing_plan once; never save a plan that already has an ID. This tool never accepts or submits contact details, reserves staff, or creates a quote request. Omit roles for the catalog and a suggested mix. Treat totals as planning estimates, not quotes. Branch on status: plan, needs_roles, roles_not_found, or city_not_found; confirm suggestions rather than auto-applying them.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | Event city, name or slug (e.g., 'Chicago'). | |
| roles | No | Roles and headcount. Omit to receive the role catalog and a suggested mix. | |
| attendees | No | Expected attendee count. | |
| event_date | No | Event date as YYYY-MM-DD; legacy recognizable dates are still accepted. | |
| event_type | No | trade-show, conference, festival, concert, sporting-event, corporate, brand-activation, or other. | |
| description | No | Optional free-text event description, echoed into the plan. |
Output Schema
| Name | Required | Description |
|---|---|---|
| tip | No | |
| event | No | |
| status | Yes | Discriminator. Branch on this before reading the rest. |
| message | No | |
| plan_id | No | Complete plans only. Non-PII plan reference retained for 30 days when Redis persistence succeeds. |
| lead_time | No | |
| compliance | No | |
| next_steps | No | |
| offer_note | No | Published first-order offer note. Totals remain undiscounted planning estimates. |
| plan_lines | No | |
| suggestion | No | Closest known city/role for a miss. Confirm with the user before using it; do not auto-apply. |
| continuation | No | Complete plans only. Prefilled website handoff; may be present without plan_id when storage fails open. |
| plan_complete | No | status:plan only. false = one or more requested roles could not be priced and are EXCLUDED from all totals (see unpriced_roles) — resolve them and re-plan before presenting a budget or quoting. |
| requested_city | No | |
| staffing_notes | No | |
| unpriced_roles | No | status:plan with plan_complete:false — the requested lines missing from every total. |
| available_roles | No | |
| requested_roles | No | |
| unresolved_roles | No | |
| estimated_total_range | No | |
| overtime_adjusted_total_range | No | Present (non-null) only when daily/weekly OT (or a double-time band) applies to the schedule. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are all false (readOnly, openWorld, idempotent, destructive), so they don't disclose side effects. The description compensates by disclosing that it 'may save a non-contact snapshot for 30 days and return plan_id,' that it does not confirm coverage or inventory, and that totals are estimates not quotes. It also explains status branches (plan, needs_roles, roles_not_found, city_not_found). This is rich behavioral context beyond annotations, and no contradiction exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
While lengthy, every sentence earns its place. The description is front-loaded with 'CALL THIS FIRST' and then enumerates return types, exclusions, alternatives, persistence rules, and status handling without redundancy. It is dense but structured, with no filler or repeated schema content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex tool with 6 parameters, an output schema, and 11 siblings, the description covers all important operational context: what the tool returns, what it doesn't do, when to call alternatives, side-effect behavior, and branching logic. The output schema exists, so return values need not be fully repeated, but the description still provides a high-level overview and action guidance on statuses.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds minimal parameter semantics beyond the schema; it mentions 'Omit roles for the catalog and a suggested mix,' but the schema's roles property already says 'Omit to receive the role catalog and a suggested mix.' Other parameter details (city, date, headcount) are already fully documented in the schema, so the description doesn't add meaning beyond what structured fields provide.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states what the tool does: it returns a configured-market catalog match, role-level W-2 rate math, estimated totals, lead-time guidance, and compliance flags. It uses the specific verb 'plan' and resource 'staffing,' and distinguishes itself from siblings by stating 'CALL THIS FIRST for event staffing requests' and 'Use granular tools only for a single rate, date, or state fact.'
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit guidance is provided: 'CALL THIS FIRST' establishes when to use, and 'Use granular tools only for a single rate, date, or state fact' names the alternative. It also gives a conditional instruction for persisting: 'If it returns no plan_id and the buyer needs persistence, call save_staffing_plan once; never save a plan that already has an ID.' Exclusions ('never accepts or submits contact details, reserves staff, or creates a quote request') further clarify boundaries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_quoteRequest QuoteARead-onlyIdempotentInspect
Use only after the buyer reviews a staffing plan and asks to proceed. Requires the saved non-PII plan_id from plan_staffing or save_staffing_plan and returns a prefilled TempGuru-owned review form. This tool never accepts or transmits names, email, phone, company, or other contact details and never creates a CRM lead or quote reference. The buyer must open form_url, review the plan, enter their own details, and submit it; only that submission creates a lead. This is not a reservation and does not guarantee pricing or availability. If a complete plan has continuation.form_url but no plan_id, give that URL directly instead. Never collect contact details for an MCP call; re-run an expired plan.
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Saved non-PII plan reference returned by plan_staffing or save_staffing_plan. | |
| skill_id | No | Optional canonical TempGuru skill that assembled the plan. | |
| skill_version | No | Optional version of the TempGuru staffing skill used. | |
| source_platform | No | Optional agent/platform attribution, e.g. claude-ai, openclaw, or hermes. |
Output Schema
| Name | Required | Description |
|---|---|---|
| message | Yes | Human-readable outcome to relay to the buyer. |
| plan_id | Yes | |
| form_url | No | Prefilled TempGuru-owned review form. Present only when handoff_ready is true. |
| next_steps | Yes | Safe next actions; no agent-side contact collection. |
| plan_found | Yes | Whether the supplied non-PII plan_id resolved before expiry. |
| handoff_ready | Yes | true when the saved plan resolved and a prefilled buyer form URL was created. |
| buyer_submission_required | Yes | Always true. The buyer, not the agent, must enter contact details and submit the form. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly/idempotent/non-destructive, and the description adds substantial non-obvious behavior: it never accepts or transmits contact details, never creates a CRM lead or quote reference, demands buyer-side form submission for lead creation, and states it is not a reservation with no pricing/availability guarantee. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Purpose is front-loaded in the first sentence and each subsequent sentence adds a distinct compliance or edge-case fact. The description is dense but justified for a PII-sensitive tool; the final sentence packs a privacy instruction that partially restates sentence two's contact-detail boundary, and mixes two unrelated directives, costing a point.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the rich output schema (return shape need not be explained), the description is complete for its complexity tier: preconditions, exact side-effect boundary, buyer's required action, non-guarantees, and two edge cases (continuation URL without plan_id, expired plans). It fully supports correct agent invocation for a compliance-sensitive flow.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, setting a baseline of 3. The description adds value for plan_id by reinforcing the non-PII constraint, tying it to specific producing tools, and adding lifecycle semantics ('re-run an expired plan') plus the explicit instruction to never collect contact details for the call. The three optional attribution params are left to the schema, which already describes them adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb+resource: it 'returns a prefilled TempGuru-owned review form' for a saved non-PII plan_id, and explicitly contrasts with what it does not do (never creates a CRM lead or quote reference). This clearly distinguishes it from siblings like get_quote_status (status checking) and plan_staffing/save_staffing_plan (plan production).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides an explicit precondition ('Use only after the buyer reviews a staffing plan and asks to proceed'), required input provenance (plan_id from plan_staffing or save_staffing_plan), and explicit when-not branches: give continuation.form_url directly when no plan_id exists, and re-run an expired plan. Concrete alternative actions are given for the key edge cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
save_staffing_planSave Staffing PlanAInspect
Explicitly save a complete non-contact staffing plan for 30 days so it can be shared, resumed, or linked to a later quote request. Use only when plan_staffing returned plan_complete:true without a plan_id and the user needs persistence. Never call this tool when plan_staffing already returned a plan_id. Provide the same confirmed city, date, event type, attendees, roles, headcount, hours, and days; the server recomputes rates, totals, lead time, and compliance before saving and does not accept caller-supplied pricing or totals. This does not reserve staff, submit contact details, or request a quote. Branch on status: saved is the only outcome with a durable plan_id; plan_incomplete requires revising the inputs; for rate_limited or storage_unavailable, give the buyer continuation.form_url directly because request_quote requires a saved plan_id.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | Event city, name or slug (e.g. Chicago). | |
| roles | Yes | Confirmed roles, headcount, hours, and days to recompute and save. | |
| attendees | No | Expected attendee count. | |
| event_date | No | Event date as YYYY-MM-DD; legacy recognizable dates are still accepted. | |
| event_type | No | trade-show, conference, festival, concert, sporting-event, corporate, brand-activation, or other. |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | Discriminator. Only status:saved means a resumable plan_id exists. |
| message | Yes | |
| plan_id | No | 12-character reference for the saved non-PII snapshot. |
| created_at | No | |
| expires_at | No | Conservative 30-day expiry for the saved snapshot. |
| plan_status | No | Planner branch that prevented persistence. |
| continuation | No | |
| next_actions | Yes | |
| resource_uri | No | Public no-store REST URI that restores the saved artifact. |
| schema_version | No | |
| quote_readiness | No | The buyer must open the handoff form and personally submit their contact details. |
| retry_after_seconds | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond minimal annotations, the description discloses that the server recomputes rates/totals/lead time/compliance, rejects caller-supplied pricing, and does not reserve staff or submit contact details. It also explains status branching (saved, plan_incomplete, rate_limited, storage_unavailable) and that only 'saved' yields a durable plan_id. This significantly exceeds annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Every sentence earns its place and is front-loaded with the core purpose. Although long, the structure flows from purpose to usage conditions to expected inputs/behaviors to status hints, making it dense and valuable without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is complete for a complex save operation: it explains prerequisites, what the server does, what it does not do, and how to handle each possible outcome via hints. The output schema and sibling context are well supported, leaving minimal ambiguity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with each parameter described, so baseline is 3. The description adds important contextual meaning: all inputs must match the previously confirmed plan_staffing result, and the server does not accept pricing or totals. This elevates the score above baseline but doesn't fully redefine parameters beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool saves a complete non-contact staffing plan for 30 days, with the explicit verb 'save' and resource 'staffing plan'. It distinguishes itself from siblings by noting it is used only when plan_staffing returned plan_complete:true without a plan_id, and contrasts with request_quote.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit when-to-use and when-not-to-use guidance: 'Use only when plan_staffing returned plan_complete:true without a plan_id' and 'Never call this tool when plan_staffing already returned a plan_id.' It also gives alternative handling for rate_limited or storage_unavailable via continuation.form_url.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceHelps a commerce operations analyst investigate stuck synthetic orders, diagnose blockers from stored facts, and create auditable human-review escalations without changing fulfillment state.

humanforaiofficial
AlicenseAqualityAmaintenanceEnables AI agents to hire real human operators for tasks requiring physical presence, human perception, or judgment, such as verification, testing, data collection, and physical-world tasks.488MIT- FlicenseCqualityCmaintenanceAutomates employee onboarding workflows for HR teams, enabling tasks like data entry and email notifications through natural language.12
- AlicenseBqualityAmaintenanceHire specialists by the hour — search, schedule, and pay via MCP protocol.351MIT
Your Connectors
Sign in to create a connector for this server.