performix-site
Server Details
Read-only MCP access to performix.app's public capability guides and book corpus.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Each tool targets a distinct resource and action: books vs. guides, and list vs. get. There is no overlap between list and get operations, and the two content types are clearly separated.
All tool names follow a consistent verb_noun pattern: list_books, list_guides, get_book, get_guide. The naming makes the action and target obvious in every case.
Four tools is a well-scoped set for a read-only content site: two list operations and two retrieval operations. Every tool earns its place and there is no unnecessary surface area.
The server fully covers its apparent domain: listing and retrieving the two public content types, books and guides. Because the site is read-only, create/update/delete operations are not expected or needed.
Available Tools
4 toolsget_bookGet one Performix book profileARead-onlyInspect
Get the full grounded profile for one book/cluster record by slug (from list_books): the record's own argument (contrast-not-summary) plus metadata and cross-links. Same content rendered publicly at performix.app/learn/books/.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Book slug, e.g. aguinis-performance-management. |
Output Schema
| Name | Required | Description |
|---|---|---|
| book | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds useful context beyond that: the returned profile is 'grounded', includes the record's own argument, metadata, and cross-links, and is publicly available at a known URL. 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?
Two tight, information-dense sentences. The core action and source are front-loaded, followed by a compact summary of the response content and a public URL reference. 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?
For a single-record read tool with one well-documented parameter, an output schema present, and safety annotations already covering read-only behavior, the description provides all necessary context. It even gives the public URL as an additional reference for the same content.
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 input schema already fully describes the single 'slug' parameter with an example, so the baseline is 3. The description adds extra value by telling the agent that the slug should come from list_books results, which helps the agent know where to find valid 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 uses a specific verb ('Get') and resource ('Performix book profile by slug'), clearly identifying the input source ('from list_books') and the content of the result (argument, metadata, cross-links). This distinguishes it from sibling tools like list_books and get_guide, which are collection or other-profile operations.
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 the slug comes from list_books, giving an agent clear direction on how to obtain the required parameter. It also notes the same content is public, but it does not explicitly say when to prefer this over get_guide or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_guideGet one Performix capability guideARead-onlyInspect
Get the full free content of one capability guide by slug (from list_guides): overview, every construct section (summary, why it matters, misconception/reality, how-to, watch-out-fors), open tensions in the corpus, and the sources grounding it. This is the same content rendered publicly at performix.app/guide/ — never the entitlement-gated 'depth' layer.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Guide slug, e.g. lead-high-performing-rd-team. |
Output Schema
| Name | Required | Description |
|---|---|---|
| guide | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint and non-destructive annotations, the description discloses that the content is free and public, the same as on performix.app/guide/<slug>, and never the gated depth layer. It also details the exact structure of the returned content, providing rich behavioral context not present in the 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 carry a full parameter description, a content inventory, a public-URL equivalence, and a gated-content exclusion without any filler. The core purpose is front-loaded in the first clause, and every element earns its place.
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 single-parameter read-only tool with an output schema and safety annotations, the description covers how the input is obtained, what the output includes, and what it deliberately excludes. Nothing needed to call the tool correctly 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?
The schema already describes the slug parameter with an example, and coverage is 100%, so the baseline is 3. The description adds meaningful provenance: the slug should come from list_guides, which is actionable guidance beyond the schema's format-only 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 states a specific verb and resource: 'Get the full free content of one capability guide by slug.' It enumerates exactly what content is returned (overview, construct sections, open tensions, sources), which clearly distinguishes it from siblings like list_guides (a list of guides) and get_book (a book, not a guide).
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 tells the agent to obtain the slug 'from list_guides,' giving a clear preceding step and implying this tool is for retrieving one guide after listing them. It also excludes the entitlement-gated depth layer, clarifying what this tool is not for, though it does not explicitly compare against get_book.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_booksList Performix's performance-science book corpusARead-onlyInspect
List the performance-science reading corpus behind Performix — book/cluster profiles, each with a stance toward the CAMS diagnostic thesis (ally, orthodoxy, mixed, leave-out) and a one-line argument summary. Optional query filters by a case-insensitive substring match against title, authors, tradition and blurb.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Case-insensitive substring filter against title/authors/tradition/blurb. |
Output Schema
| Name | Required | Description |
|---|---|---|
| books | Yes | |
| count | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds valuable behavioral context by disclosing the output structure (stances: ally, orthodoxy, mixed, leave-out; one-line summaries) and the exact filtering behavior (case-insensitive substring match across title/authors/tradition/blurb). No contradictions 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?
Two sentences with no wasted words. The first sentence front-loads the tool's core purpose and output, and the second explains the single optional parameter. Every sentence earns its place.
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 read-only annotations, a fully described query parameter, and the existence of an output schema, the description covers everything an agent needs to call the tool correctly. It names the stance categories and filter fields, leaving no actionable gaps.
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 schema already fully documents the query parameter. The description repeats the case-insensitive substring filter nearly verbatim and adds only the word 'Optional,' providing no additional semantic depth 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 uses a specific verb ('List') with a clear resource ('the performance-science reading corpus behind Performix') and details the output contents (book/cluster profiles, stance categories, and one-line summaries). It is clearly distinct from sibling tools that fetch a single book or list guides.
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 an agent needs an overview of the book corpus, and the optional query filter indicates a filtering use case. However, it does not explicitly contrast with sibling tools like get_book or list_guides, so the when-not/alternatives guidance is left to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_guidesList Performix capability guidesARead-onlyInspect
List the public, grounded capability guides published on performix.app/guide — each a cross-book model of the evidence for one hard executive capability (e.g. leading an R&D team). Free to read in full; no auth required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| guides | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds useful access context by stating the guides are public, free to read in full, and require no authentication—information not present in the annotations. This goes beyond what the structured fields provide.
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 action and resource, then adds valuable context about content type and access. Every clause earns its place: public scope, evidence-based grounding, cross-book nature, and no-auth requirement. There is no redundancy or filler.
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 list tool with an output schema and readOnly annotations, the description is complete. It tells the agent what will be listed, where it is published, what kind of content it is, and that no authentication is needed. There are no gaps that would prevent correct invocation or interpretation.
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 schema provides no parameter semantics to supplement. The description appropriately focuses on what is being listed rather than on parameter details, which are irrelevant here. The baseline of 4 applies because there is nothing for the description to clarify.
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 begins with a specific verb ('List') and names the exact resource ('public, grounded capability guides published on performix.app/guide'). It also distinguishes guides from books by explaining they are 'cross-book model[s]' of evidence for individual executive capabilities, which separates it from list_books and get_book. The example capability ('leading an R&D team') further clarifies the content domain.
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 clearly conveys the context for using the tool: listing publicly available guides, with no authentication required. It does not explicitly name when to use get_guide or list_books instead, but it gives enough contextual signals ('list', 'guides', 'public') for an agent to make a reasonable selection among siblings.
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_book - First observed
get_guide - First observed
list_books - First observed
list_guides
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
Read-only MCP access to devplane.dev's public pages, FAQ corpus and comparisons.
41Public read-only MCP for products, frameworks, guides, methodology, and blog metadata.
Read-only MCP connector serving the Run It on AI book; index and Implementation Blocks are free.
Read-only MCP server for Flamel.ai's public content: company overview, blog, case studies, FAQs.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceRead-only MCP connector that serves the Run It on AI book. The index and Implementation Blocks are free; full chapters and playbooks unlock with a license key included with the book.MIT- AlicenseNot gradedqualityBmaintenanceRead-only, unauthenticated remote MCP server for public Wavedash docs, providing SDK guidance, engine setup help, and publishing checklists for agents.2MIT
- AlicenseAqualityCmaintenanceProvides read-only access to iFixit repair guides, device information, repairability scores, categories, search, media, and contributor profiles via MCP tools.8BSD Zero Clause
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for accessing GitBook content, including spaces, pages, and search, through AI assistants.239MIT