Parlel
Server Details
Search people, companies and open roles on Parlel, an open professional network.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Score is being calculated.
Available Tools
8 toolsget_agentRead one agent and its findingsBInspect
One published agent by slug: its brief, schedule and recent findings with sources.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the burden of transparency. It clarifies the operation is for one published agent and lists returned components (brief, schedule, recent findings with sources). However, it does not mention failure behavior for invalid/non-published slugs, potential access restrictions, or whether 'recent findings' are filtered in any way.
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 one tight sentence, front-loads the core action ('One published agent by slug'), then lists key return contents. It is concise and scannable, though it could add a phrase explaining where to get a slug without losing brevity.
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 tool is simple with one required parameterhol. The description covers the resource identifier and the main return elementsaren. But it doesn't address what happens if the slug doesn't exist or agent isn't published, and doesn't explicitly direct users to search_agents for discovery. Given the low complexityyb, this is adequate but not thorough.
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 0% and the sole parameter 'slug' has no schema description. The description only mentions 'by slug' without explaining what a slug is, how to find one, or its expected format. This does not meaningfully compensate for the undocumented parameter.
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 says 'One published agent by slug: its brief, schedule and recent findings with sources.' This is a specific verb+resource pairing (get one agent by slug) and lists the included fields, making the purpose clear. It does not explicitly contrast itself with search_agents or other get_* siblings, but the singular 'one... by slug' strongly implies a direct lookup.
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 identifies the identifier (slug) and singular nature, but gives no guidance on when to use this tool versus search_agents, how to obtain a valid slug, or any preconditions (e.g., agent must be published). There is no exclusion or explicit alternative.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_companyRead one companyAInspect
One company by handle, with its open roles inline.
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It does disclose that open roles are included inline, which is useful. However, it doesn't state what happens if the handle doesn't exist, whether the company is returned with all fields, or any rate-limit/auth behavior. The description is accurate but minimal.
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, front-loaded sentence that states the resource, the key, and the notable return detail. Every word earns its place; there is no fluff or repetition of the title.
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 tool has one required parameter, an output schema, and no nested objects, so complexity is low. The description covers the core purpose and the inline roles detail. However, with no annotations and no usage guidance, an agent might not know error behavior or how this differs from search_companies. It's adequate but not complete.
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 compensate. It does clarify that 'handle' is the lookup key for the company, which adds meaning beyond the bare schema property name. However, it doesn't explain the format of the handle (e.g., slug, ID, URL-encoded name) or provide examples, so the compensation is partial.
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 'One company by handle, with its open roles inline' clearly identifies the resource (company), the lookup key (handle), and the return shape (open roles inline). It distinguishes itself from siblings like get_agent, get_job, and get_person by naming the specific resource, though it doesn't explicitly contrast with search_companies.
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 this is the direct-fetch tool for a single company by handle, while search_companies would be the alternative for querying/filtering. However, it doesn't explicitly state when to use this vs. search_companies, nor does it mention any prerequisites or context for when the inline roles are included.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_jobRead one roleAInspect
One role by id, with its full description, skills, pay and the hiring company. Works for closed roles too; read status.
| Name | Required | Description | Default |
|---|---|---|---|
| role_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It adds non-obvious context that closed roles are still retrievable and advises reading the status field, which is valuable. However, it does not mention error cases, response shape beyond the output schema, or permissions – gaps that a simple read tool could reasonably disclose.
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 with no filler: it front-loads the primary action, lists what is included, and adds the closed-roles nuance efficiently. Every clause contributes to the agent's understanding.
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 low-complexity get-by-id tool with an output schema, the description covers the essential facts: what is returned, that closed roles are included, and that status should be read. It could explicitly state that this is for when an ID is already known, but the siblings and the title make that sufficiently inferable.
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 describes role_id only as a string with title 'Role Id' and 0% description coverage, so the description's 'by id' clarifies that this parameter is the role identifier. That is minimal added meaning; no format, example, or further semantics are provided, but the single parameter makes the intent reasonably clear.
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 retrieves a single role by id and enumerates the returned content (full description, skills, pay, hiring company). It distinguishes itself from the search_*/get_* siblings by its singular, id-based focus.
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 provides clear context: it returns one role by id and works for closed roles too, signaling when this direct lookup is appropriate. It does not explicitly name alternatives like search_jobs for discovery, but the contrast is implicit and the closed-role note is a meaningful usage condition.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_personRead one profileAInspect
One published profile by handle: headline, bio, work history, education, skills, recent posts and the agents they publish.
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses that only published profiles are returned and enumerates the returned fields, which is useful behavioral context. It does not discuss error cases, authentication, or rate limits, but for a simple read operation this is adequate.
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, well-structured sentence that front-loads the core behavior and uses a colon to compactly list the returned profile components. There is no redundant or filler 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?
An output schema exists, so return-value details are covered elsewhere. The description adequately explains the lookup mechanism and scope for a simple fetch-one tool. Minor gaps remain around handling of nonexistent or unpublished handles, but they do not materially impair correct invocation.
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 compensate. It clarifies that 'handle' is the lookup key, but adds no format, uniqueness, or case-sensitivity details. Since there is only one self-explanatory parameter, this is acceptable but not richly documented.
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 identifies the operation as retrieving a single profile by handle and lists the profile contents returned (headline, bio, work history, etc.). The title 'Read one profile' plus 'One published profile by handle' distinguishes it from the search_people and other get_* siblings.
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 phrase 'One published profile by handle' gives clear context: use this when you have a specific handle and want that profile's details. It does not explicitly state when to prefer search_people or other alternatives, but the access pattern is obvious enough to guide selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_agentsBrowse published watch agentsAInspect
Published watch agents -- standing searches people run against the open web -- with a preview of what each has found. No text filter; walk the list. sort is recent or popular.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | recent | |
| limit | No | ||
| cursor | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
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 explains what watch agents are, that results include previews, and that there's no text filtering. It also documents the sort parameter values. However, it doesn't disclose pagination behavior (cursor usage), rate limits, or what happens when the list is exhausted. The description adds useful context but leaves some behavioral aspects undocumented.
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 compact and front-loaded. The first sentence defines the resource and its purpose, the second clarifies the lack of filtering, and the third documents the sort parameter. Every sentence earns its place with no 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 tool has an output schema, so return values are already documented. The description covers the core semantics: what watch agents are, that previews are included, no text filter, and sort options. It could be more complete by explaining pagination behavior (cursor/limit) and how this differs from sibling search tools, but for a simple browse tool with an output schema, it's largely sufficient.
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 compensate. It does explain the sort parameter ('sort is recent or popular') and implies limit and cursor through 'walk the list' (suggesting pagination). However, it doesn't explain the semantics of limit (max results per page) or cursor (pagination token) beyond what the schema already shows. The description adds some value for sort but not for limit/cursor.
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's purpose: browsing published watch agents, which are standing searches people run against the open web, with a preview of findings. It distinguishes itself from sibling search tools by explicitly noting 'No text filter; walk the list,' making it clear this is a browse-all operation rather than a filtered search.
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 provides clear context for when to use this tool: when you want to browse published watch agents without filtering. It explicitly states 'No text filter; walk the list,' which implies it's not for targeted searches. However, it doesn't explicitly name alternatives like search_companies or search_jobs for filtered searches, so it falls slightly short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_companiesSearch companiesAInspect
Companies with a published page. q matches name, tagline or industry; industry is an exact label; hiring=true narrows to companies with at least one open role. Each item has open_role_count.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| size | No | ||
| limit | No | ||
| cursor | No | ||
| hiring | No | ||
| industry | No | ||
| location | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It discloses meaningful behavior: only companies with a published page are returned, `industry` is an exact label, and `hiring=true` narrows results. However, it does not mention pagination, result ordering, whether filters combine, or how `cursor` and `limit` behave, leaving gaps for a search tool.
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 three tight sentences, front-loads the core scope, and uses backticks for code identifiers. Every sentence adds either filter semantics or a useful return-field note; there is no filler or repetition of the schema.
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 definition covers the essential search behavior and mentions the notable output field `open_role_count`, and an output schema exists to document return values. Still, for a 7-parameter search tool with no annotations, it would benefit from at least a mention of pagination (`cursor`, `limit`) and how the filters combine.
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 compensate. It does add meaning for `q`, `industry`, and `hiring`, explaining match semantics and exactness. However, it omits `size`, `location`, `limit`, and `cursor`, although those are partly self-explanatory from the schema's types, defaults, and enum values.
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 identifies the resource (companies with a published page) and the search behavior: `q` matches name, tagline, or industry, `industry` is an exact label, and `hiring=true` filters by open roles. It is specific enough to distinguish this from sibling search tools like search_people or search_jobs, and the 'Each item' phrasing signals a list-returning search.
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 alternatives like get_company or search_people. The filter semantics are described, but the description does not state when a user should prefer this tool, when they should use get_company for a single entity, or any exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_jobsSearch open rolesAInspect
Open roles on Parlel, newest first. q matches the TITLE only. Filter by working arrangement, seniority and a pay floor. Returns {items, next_cursor}; each item has a role_url you can cite.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No | ||
| cursor | No | ||
| remote | No | ||
| comp_min | No | ||
| seniority | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It reveals the return shape ({items, next_cursor}), the matching behavior (q matches title only), and the ordering (newest first). It also mentions the presence of `role_url` in each item, which is useful for citations. However, details like pagination mechanics, response size limits, or error handling are omitted, so it's not fully transparent but substantially informative.
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 with zero filler. The first establishes the resource and ordering; the second packs the matching semantics, filters, and return format. Front-loaded and efficient, every clause contributes value.
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 6 parameters, an output schema, and no annotations, the description gives the essential behavioral contract (return shape, matching scope, filters). It does not explain the units for `comp_min` or the exact meaning of 'working arrangement' relative to the `remote` enum, but these are minor gaps given the schema's enum values provide some clarity. Overall, a well-rounded description that leaves few critical unknowns.
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 0%, so the description must compensate. It explains `q` (title match), `seniority` (seniority filter), `comp_min` (pay floor), and `remote` indirectly via 'working arrangement'. The `limit` and `cursor` are not individually described but are standard pagination parameters inferable from the return structure. This is a solid recovery given zero schema descriptions, though a couple of parameters rely on inference.
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 lists 'Open roles on Parlel' with a specific ordering ('newest first'), and explicitly notes that `q` matches the TITLE only. This gives a precise verb+resource and distinguishes it from sibling tools like search_agents, search_people, and search_companies, which target different entity types. The purpose is unmistakable.
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 for finding job postings on Parlel and mentions available filters (working arrangement, seniority, pay floor). It does not explicitly state when not to use it or name alternatives, but the sibling set clearly indicates that this is the go-to tool for open roles. The filtering hints help an agent decide how to narrow results, but explicit exclusion guidance is absent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_peopleSearch peopleAInspect
Published profiles. q matches name, headline, company, role and work history (not skills, not bio). skills are exact tags, AND-ed. based_in is where the person is; location also matches where they would move to. Contact details are never returned.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No | ||
| cursor | No | ||
| remote | No | ||
| skills | No | ||
| based_in | No | ||
| comp_max | No | ||
| location | No | ||
| seniority | No | ||
| open_to_work | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden and does this well: it scopes results to published profiles, defines what q matches and explicitly excludes skills/bio, explains that skills are exact AND-ed tags, distinguishes based_in from location, and states contact details are never returned. It omits pagination and ordering, but these are secondary.
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?
Five short, information-dense sentences with zero filler. The key scope ('Published profiles') is front-loaded, and every sentence adds value about matching semantics or output limitations.
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 ambiguous search semantics, filter interactions, and privacy constraints, while the output schema handles return shape. It does not explain how non-q filters combine or how pagination works, but for a 10-optional-parameter tool with no annotations this is still reasonably complete.
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 compensate for the schema. It does for q, skills, based_in, and location with precise behavioral details, but leaves limit, cursor, remote, comp_max, seniority, and open_to_work unexplained. Those names and the schema's enum/default values give some context, so the gap is moderate.
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 a specific verb and resource: searching published people profiles, with person-specific attributes like name, headline, company, role, and work history. This makes it easy to distinguish from sibling tools like search_agents or search_jobs, though it does not name any sibling explicitly.
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 provides no explicit when-to-use guidance or alternatives. It implies a public-profile people search and warns that contact details are never returned, but it never tells the agent when to choose this tool over search_agents, search_companies, or search_jobs.
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.
8 tool updates
- First observed
get_agent - First observed
get_company - First observed
get_job - First observed
get_person - First observed
search_agents - First observed
search_companies - First observed
search_jobs - First observed
search_people
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
Search job postings, companies, and technology stacks across 10M+ companies.
Search 490k+ live jobs from company ATS boards, save roles, follow companies, manage talent profile.
Search a live index of millions of open jobs from employer career sites and 100+ ATS platforms.
Query professional profiles, search candidates, and get AI-powered summaries and job fit analysis.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceFind and enrich the right people from 750M professional profiles. Search by role, seniority, skills, industry, and location in plain English. Pull profiles with work history, education, and seniority, then see who's likely to change jobs next with Next Move Signal. Built for AI products and agents: sourcing candidates, building lead lists, and mapping markets and accounts.MIT- AlicenseNot gradedqualityCmaintenanceBest people search engine that reduces the time spent on talent discovery9MIT
- 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
- AlicenseNot gradedqualityBmaintenanceSearch live startup.jobs listings with filters for role, location, and employment type, plus get job details, company profiles, hiring trends, and salary benchmarks.MIT