Skip to main content
Glama

Server Details

Developer docs for building on RideDesk: booking API, widgets, per-account booking MCP. No auth.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ridedeskapp/ridedesk
GitHub Stars
0

Available Tools

5 tools
get_docRead a documentation topicA
Read-only
Inspect

One documentation topic as markdown: the booking API contract, checkout, widgets, attribution, live chat, the customer portal, or the per-account booking MCP server.

ParametersJSON Schema
NameRequiredDescriptionDefault
hostNoThe operator's RideDesk domain (e.g. their-workspace.ridedesk.app or a custom domain). Optional — examples use a placeholder without it.
topicYesA topic from list_docs

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful context about the return format ('as markdown') and the scope of topics, but it does not disclose error behavior, host handling, or content size expectations. This is reasonable value beyond annotations but not rich.

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

Conciseness5/5

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

The description is a single, front-loaded sentence that communicates the action, output format, and topic coverage without wasted words. 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.

Completeness4/5

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

For a simple read-only documentation fetcher with good annotations and complete schema coverage, the description supplies the needed output format and topic list. It is slightly light on failure/edge-case behavior, but overall it is complete enough for the tool's low complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%: both 'host' and 'topic' are described in the input schema, including the full enum. The description adds no parameter-specific meaning beyond the schema, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns 'one documentation topic as markdown' and enumerates the available doc areas, making the resource and action specific. It does not explicitly contrast itself with sibling tools like get_integration_brief or get_widget_snippets, which keeps it from a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this is the tool to use when you need a single known documentation topic, but it does not explicitly say when to use it instead of list_docs, search_docs, or get_widget_snippets. The 'topic from list_docs' hint exists in the schema, but the description itself provides no workflow or exclusion guidance.

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

get_integration_briefGet the integration briefA
Read-only
Inspect

A self-contained brief for a coding agent building a transfer-booking website on the RideDesk API — the flow, the rules the server enforces, and the acceptance criteria.

ParametersJSON Schema
NameRequiredDescriptionDefault
hostNoThe operator's RideDesk domain (e.g. their-workspace.ridedesk.app or a custom domain). Optional — examples use a placeholder without it.

TDQS

A4.3/5.0
Behavior4/5

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

The annotations already state readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context by explaining that the brief is self-contained and describing its contents, including the flow, rules, and acceptance criteria, which helps the agent know what to expect from the result.

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

Conciseness5/5

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

The description is a single, well-structured sentence that front-loads the tool's purpose and then adds the key content details. There is no wasted wording, repetition, or unnecessary background.

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

Completeness5/5

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

For a scope-constrained, read-only tool with one optional parameter and no output schema, the description is sufficiently complete. It tells the agent what this artifact is, who it is for, what it covers, and that it is self-contained. No critical guidance is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides full 100% coverage for the single optional host parameter, including a clear example. The description adds no additional parameter-level meaning, which is acceptable since the schema fully carries that burden.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as returning a specific resource: a self-contained integration brief for building a transfer-booking website on the RideDesk API. It details what the brief contains (flow, server-enforced rules, acceptance criteria), making it distinguishable from generic sibling tools like get_doc or search_docs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use context is clear: a coding agent building a transfer-booking website on the RideDesk API. It does not explicitly contrast this with get_doc, get_widget_snippets, list_docs, or search_docs, but the description makes it obvious when this brief is the relevant resource.

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

get_widget_snippetsGet widget & tag snippetsA
Read-only
Inspect

Copy-paste tags: the attribution script, the live-chat script, and the embeddable booking/enquiry/rental widget iframes.

ParametersJSON Schema
NameRequiredDescriptionDefault
hostNoThe operator's RideDesk domain (e.g. their-workspace.ridedesk.app or a custom domain). Optional — examples use a placeholder without it.

TDQS

A4.3/5.0
Behavior4/5

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 covered. The description adds valuable behavioral context by specifying the exact types of content returned (attribution script, live-chat script, embeddable iframes), making the output expected. 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.

Conciseness5/5

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

A single, front-loaded sentence that immediately conveys the tool's purpose and contents. Zero wasted words; every element contributes actionable information.

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

Completeness5/5

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

For a simple read-only tool with one optional parameter, good annotations, and no output schema, the description fully covers what the tool returns and how to use it. The simple nature means no additional behavior needs disclosure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage for the single 'host' parameter is 100%, with its own description explaining it's optional and uses a placeholder. The tool description adds no additional parameter meaning beyond listing the output types, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides copy-paste tags for specific scripts and iframes, using a specific verb ('Get') and concrete resource types. It distinguishes itself from sibling doc/search tools by focusing on embeddable widget snippets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes the use case clear: users needing attribution, live-chat, or booking widget snippets. It does not explicitly mention alternatives or exclusions, but the sibling names (get_doc, search_docs) imply a contrast with documentation retrieval, giving clear enough context for tool selection.

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

list_docsList documentation topicsA
Read-only
Inspect

The available documentation topics with one-line summaries. Call first, then get_doc.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
docsYesEvery documentation topic this server can serve.
noteYes

TDQS

A4.2/5.0
Behavior4/5

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 covered. The description adds useful context that the tool returns topics with one-line summaries and that it is the initial step before fetching a document. This is meaningful beyond the structured annotations.

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

Conciseness5/5

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

The description is extremely concise: one sentence states the output, the second gives the usage sequence. Every word earns its place and the most important information is front-loaded.

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

Completeness5/5

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

With zero parameters, a full output schema, and annotations covering read-only and non-destructive behavior, the description provides everything needed to invoke the tool correctly. It also sets up the expected workflow with get_doc, making the context complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there is no parameter semantics to document. The schema is empty and the description correctly avoids adding irrelevant parameter information. A baseline of 4 is appropriate for a parameter-free tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The title and description clearly indicate that this tool lists available documentation topics with summaries. It distinguishes itself from get_doc by instructing the agent to call it first, but it does not explicitly differentiate from search_docs. Overall, the purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit workflow guidance: 'Call first, then get_doc.' This tells the agent when to use the tool in relation to a sibling. However, it does not mention when search_docs might be preferred, so there is no comprehensive when-not guidance.

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

search_docsSearch the documentationA
Read-only
Inspect

Keyword search across all documentation topics. Returns matching sections with excerpts; follow up with get_doc for the full topic.

ParametersJSON Schema
NameRequiredDescriptionDefault
hostNoThe operator's RideDesk domain (e.g. their-workspace.ridedesk.app or a custom domain). Optional — examples use a placeholder without it.
queryYesKeywords, an endpoint path, or a field name (e.g. "quote_ref", "apple pay", "/api/enquiries")

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNoPresent only when there were no matches.
resultsYesMatching sections, best first. Empty when nothing matched.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive. The description adds useful behavioral context: it returns partial sections with excerpts rather than full documents, and expects a follow-up call to get_doc for complete content.

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

Conciseness5/5

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

Two tight sentences with no wasted words. The core action is front-loaded, followed by the result shape and the recommended next step.

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

Completeness5/5

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

For a simple, read-only, one-required-parameter search tool with an output schema and a named sibling for full retrieval, the description plus schema and annotations give the agent everything needed to select and invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the query and host parameters are already well described in the schema. The description reinforces that the query parameter is a keyword search but does not add new parameter-level detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('keyword search') and resource ('all documentation topics'), and clarifies that results are matching sections with excerpts. This clearly distinguishes it from get_doc, which retrieves the full topic.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the search-then-retrieve workflow by saying to follow up with get_doc for the full topic. It does not explicitly contrast with list_docs or the other siblings, but the intended usage is clear and supported.

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.

  1. 2 tool updates
    • Changedlist_docs1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "docs": {
        +      "description": "Every documentation topic this server can serve.",
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "summary": {
        +            "type": "string"
        +          },
        +          "title": {
        +            "type": "string"
        +          },
        +          "topic": {
        +            "description": "Pass this to get_doc",
        +            "enum": [
        +              "overview",
        +              "quote-and-book",
        +              "checkout",
        +              "endpoints",
        +              "widgets",
        +              "attribution",
        +              "live-chat",
        +              "customer-portal",
        +              "mcp-connector"
        +            ],
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "topic",
        +          "title",
        +          "summary"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "note": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "docs",
        +    "note"
        +  ],
        +  "type": "object"
        +}
    • Changedsearch_docs1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "note": {
        +      "description": "Present only when there were no matches.",
        +      "type": "string"
        +    },
        +    "results": {
        +      "description": "Matching sections, best first. Empty when nothing matched.",
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "excerpt": {
        +            "description": "Up to 600 characters of the matching section",
        +            "type": "string"
        +          },
        +          "heading": {
        +            "description": "The section heading the match sits under",
        +            "type": "string"
        +          },
        +          "topic": {
        +            "description": "Pass this to get_doc for the full topic",
        +            "enum": [
        +              "overview",
        +              "quote-and-book",
        +              "checkout",
        +              "endpoints",
        +              "widgets",
        +              "attribution",
        +              "live-chat",
        +              "customer-portal",
        +              "mcp-connector"
        +            ],
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "topic",
        +          "heading",
        +          "excerpt"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "required": [
        +    "results"
        +  ],
        +  "type": "object"
        +}
  2. 5 tool updates
    • First observedget_doc
    • First observedget_integration_brief
    • First observedget_widget_snippets
    • First observedlist_docs
    • First observedsearch_docs

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool clearly serves a distinct purpose: listing topics, searching docs, retrieving a topic, getting an integration brief, and fetching widget code snippets. There is no overlap; an agent can easily choose the right tool.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: list_docs, search_docs, get_doc, get_integration_brief, get_widget_snippets. The verbs (list, search, get) are standard and predictable.

Tool Count5/5

Five tools is ideal for a documentation server, covering discovery (list, search) and retrieval (get) without excess. Each tool earns its place and the set is well-scoped.

Completeness5/5

The tool surface fully covers the domain: you can discover available topics, search across content, retrieve individual topics, and get specialized artifacts (briefs and snippets). There are no dead ends or missing necessary operations.