CuratorSearch
Server Details
Live museum and curatorial job listings from institutions' own careers pages, plus a salary archive.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsget_jobAInspect
One listing in full: description, stated salary, deadline, and the institution's original posting URL. Takes the slug from a curatorsearch.com/opportunities/ URL.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, and the description does not disclose side effects, read-only nature, authentication needs, rate limits, or error behavior. The payload is a simple retrieval, but the lack of explicit behavioral transparency leaves gaps.
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 succinct, with two sentences that convey the core functionality and the source of the slug. No redundant information or unnecessary detail is present.
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 simple one-parameter read operation, the description is mostly complete. It explains the input and the output scope (full listing details). It lacks explicit return schema or error handling details, but these are not critical for basic usage and the description covers the essential context.
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 only parameter, slug, is explained as coming from a curatorsearch.com URL pattern, which gives useful context. However, the schema has no description for the parameter, and the tool description does not specify format constraints, requiredness, or behavior for invalid slugs.
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 that the tool retrieves a single job listing in full, including description, salary, deadline, and original URL. It also specifies the input is a slug from a known URL pattern, which distinguishes it from sibling tools like search_jobs or institution_jobs.
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 implies usage when a specific slug is available, but does not explicitly state when to prefer this tool over alternatives such as search_jobs or institution_jobs. No direct comparison or conditional guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
institution_jobsCInspect
Every role one museum or gallery currently has open on the board, by institution name.
| Name | Required | Description | Default |
|---|---|---|---|
| institution | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It implies the data is current ('currently has open') but does not state whether the operation is read-only, what happens if the institution is not found, whether results are paginated, or what the return format looks like. Minimal disclosure beyond the core action.
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 a single concise sentence, which is appropriately short for a simple tool. It front-loads the core action and filter. However, the phrase 'on the board' is jargon that may confuse; a slightly more explicit phrase like 'on the job board' would improve clarity without much length.
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 one-parameter read tool, the description gives the essential purpose and parameter meaning. But it omits any usage guidance, behavioral details (e.g., response shape, error behavior), and the meaning of 'board' is ambiguous. Given no annotations or output schema, the description is minimally complete but leaves room for misinterpretation.
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 0%, so the description must clarify the parameter. It says 'by institution name,' which tells the agent that the 'institution' string is the name of the museum or gallery. This adds meaning beyond the bare schema, but it lacks format examples or any note on required format (e.g., exact name vs partial match).
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 the verb implicitly (listing roles) and the resource (open roles for a museum/gallery), filtered by institution name. It is clear enough to distinguish from search_jobs (which likely searches across institutions) and get_job (which likely fetches a specific role), though it doesn't explicitly name these alternatives.
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?
No guidance on when to use this tool versus siblings. The description does not mention search_jobs, get_job, or salary_transparency, nor does it state conditions under which this tool is preferred. An agent would have to infer that this is the right choice when the institution is already known.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
salary_transparencyAInspect
How many live museum and curatorial postings state a salary, and the median advertised figure among those that do -- the CuratorSearch Curatorial Pay Archive headline number, computed live.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It does disclose that the figure is 'computed live' and specifies the exact output values (count and median). However, it does not mention read-only status, data freshness caveats, authentication requirements, or any limitations, leaving some behavioral context undisclosed.
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 a single sentence that packs in the core output, the population of postings, and the live-computation trait with no filler. It is front-loaded with the headline question and remains readable despite the appended archive-name clause.
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 parameterless aggregate, the description adequately covers what is computed and the output values. The only minor gap is that it does not state whether the result is a formatted string, a single number, or a structured object, but the absence of an output schema makes this a small omission rather than a critical one.
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 tool has zero parameters, so the empty schema is fully complete. The description adds no parameter-level detail, but none is needed; the baseline of 4 applies because there is nothing for the description to compensate for.
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 names a specific metric (count of live postings with salary and median advertised salary) and a specific resource (the CuratorSearch Curatorial Pay Archive headline number). This is clearly distinct from sibling tools like get_job, institution_jobs, and search_jobs, which retrieve individual or filtered job data rather than aggregate pay statistics.
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?
There is no explicit guidance on when to use this tool versus the sibling tools. An agent must infer from the aggregate nature of the description that this is for headline pay statistics rather than job lookup or search, but no when-to-use or when-not-to-use conditions are stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_jobsCInspect
Search live museum, gallery and curatorial job listings, gathered daily from institutions' own career pages. Returns up to 20 roles, newest first, each with its curatorsearch.com page.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Free text matched against title, institution and location, e.g. 'registrar London'. | |
| region | No | ||
| category | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the behavioral burden. It discloses the return count limit, ordering (newest first), and that each result links to a curatorsearch.com page, but it omits any mention of authentication, rate limits, or side effects. Since it's a search, read-only behavior is implied but not stated; this is a moderate disclosure.
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 two sentences, front-loaded with the core purpose, and contains no filler. Every clause adds information (source, frequency, limit, ordering, link format). It is appropriately sized for the tool's simplicity.
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 4 parameters (2 with enums), no output schema, and no annotations, the description is incomplete. It does not explain parameter usage, return field details, or pagination behavior. The mention of 'curatorsearch.com page' is vague, leaving agents uncertain about the structure of each result. This tool needs more contextual detail to be called 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 description coverage is only 25% (only 'query' has a description). The description does not explain any parameters, such as how 'limit' caps results, what 'region' and 'category' filter on, or how they interact. This is a significant gap; the description should compensate for the missing schema descriptions but does not.
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 action (Search), the resource (museum/gallery/curatorial job listings), and provides specifics like daily gathering, limit of 20, and ordering. It does not explicitly differentiate from sibling tools like institution_jobs or get_job, but the scope is clear enough for an agent to infer its role.
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 gives no guidance on when to use this tool versus alternatives. It does not mention when to choose search_jobs over institution_jobs (for a specific institution) or get_job (for a single job), nor any exclusions or prerequisites. An agent is left to guess the appropriate context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
get_job - First observed
institution_jobs - First observed
salary_transparency - First observed
search_jobs
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Verified job search: every listing confirmed live and accepting applicants within the last 72h.
Live healthcare pay data: advertised ranges by role/state/city, offer checks, transparency scores.
Read job postings live from employer career sites across 10 applicant tracking systems.
Search 6.3M+ live jobs from companies' own career pages, plus resume tailoring & cover letters.
Related MCP Servers
- AlicenseAqualityAmaintenanceLive tech-hiring intelligence for AI agents. Search 130K+ open jobs collected daily from ~500 tech companies' own career sites â plus company hiring profiles, tech stacks, salary benchmarks, and skill trends. Five tools work with no account.31168MIT
- AlicenseAqualityBmaintenanceEnables querying open job postings directly from company applicant-tracking systems (Greenhouse, Ashby, Lever), finding a company's job board, listing and comparing roles, and accessing salary data, all without scraping or API keys.3MIT
- FlicenseNot gradedqualityCmaintenanceEnables querying real disclosed salary data across 20 regions, with tools to search jobs, retrieve salary statistics, and find similar roles.-
- AlicenseNot gradedqualityDmaintenanceVerified job search: every listing is opened and confirmed live and accepting applicants within the last 72 hours, and re-verified on a rolling clock, so agents can recommend jobs without ghost-job or dead-link risk. Read-only, no auth.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool serves a distinct function: get_job fetches a single job by slug, search_jobs queries listings, institution_jobs filters by institution, and salary_transparency provides aggregate pay statistics. There is no overlap in purpose, so an agent can easily choose the right tool.
All names are snake_case and descriptive, but they mix verb-first (get_job, search_jobs) with noun-first (institution_jobs, salary_transparency) patterns. The convention is not perfectly uniform, but the names remain intuitive and readable.
With 4 tools, the server is tightly scoped to its job-search purpose. Each tool addresses a distinct need—search, detail, institution-specific, and aggregate statistics—without redundancy or bloat.
The core workflows (searching, retrieving details, and filtering by institution) are covered, and the salary transparency tool adds a valuable analytical feature. A minor gap is the absence of a way to list all institutions without knowing a name upfront, but this does not significantly hinder typical usage.