Dribba
Server Details
Dribba: services, case studies, budget estimates and contact, as MCP tools.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- dribbaengineering/dribba
- GitHub Stars
- 0
- Server Listing
- Dribba
Available Tools
5 toolscompany_factsARead-onlyIdempotentInspect
Structured facts about Dribba: positioning, offices, team, distinctions, clients.
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Subset of fact keys to return (e.g. ["offices","distinctions"]). Omit for every fact. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool is read-only, idempotent, and non-destructive. The description adds context about what content is provided and how omitting the 'fields' parameter returns every fact. This is useful behavioral detail 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that front-loads the tool's purpose and lists key facts. Every part contributes meaning without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity, single optional parameter, and strong annotations, the description is nearly complete. It covers the main content areas and parameter behavior, though it does not detail exact return formatting or the full set of possible fact keys.
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 documents the 'fields' parameter and its omission behavior. The description adds value by enumerating valid fact keys (positioning, offices, team, distinctions, clients), helping the agent construct valid field subsets.
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 indicates the tool provides structured facts about Dribba and lists the fact categories. It is distinguishable from sibling tools about projects and services. However, it lacks an explicit verb like 'retrieves' or 'returns', so it is not a full 5.
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 use when company facts such as positioning, offices, team, distinctions, or clients are needed. It does not explicitly state when not to use it or name alternatives, so guidance is only implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
estimate_projectARead-onlyIdempotentInspect
Ballpark budget and range for an app/product, mirroring dribba.com's public calculator. Minimum project budget is €30,000.
| Name | Required | Description | Default |
|---|---|---|---|
| design | No | ||
| timeline | No | ||
| platforms | Yes | At least one target platform. | |
| complexity | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context beyond annotations: estimates are approximate ('ballpark'), mirror an external calculator, and have a €30,000 minimum project budget.
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 short sentences with no filler. The core purpose is front-loaded, and the minimum budget constraint earns its place as a key operational detail. Every word adds 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?
The description tells the agent the tool produces a budget/range and a minimum constraint, but with no output schema it does not explain the expected response shape, currency beyond the minimum, or how the optional parameters affect the result. It is adequate for recognizing the tool's job but leaves room for uncertainty around calling and interpreting results.
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 'platforms' gets a description. The description does not compensate for the missing parameter semantics; it never explains what values like 'basic', 'custom', 'rush', 'normal', or 'mvp' mean or how they influence the estimate. The agent is left with enum labels and little guidance.
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 action: provide a ballpark budget and range for an app/product, clearly distinguishing it from sibling tools like company_facts, list_projects, list_services, and submit_contact_request. It also references dribba.com's public calculator, giving the agent a concrete anchor for the behavior.
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 'Ballpark budget and range for an app/product' gives clear context for when this tool applies, and no sibling tool competes for the same purpose. It does not explicitly state when not to use it, but the domain is distinct enough that usage is evident.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_projectsARead-onlyIdempotentInspect
List Dribba's case studies (slug, title, industry).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of case studies to return. | |
| industry | No | Case-insensitive substring match on the industry, e.g. "fintech". Omit for all industries. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the resource scope and output fields but does not disclose ordering, pagination, or default behavior beyond what the schema already provides.
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?
A single sentence that is direct, front-loaded, and free of filler. Every word contributes to identifying the tool's purpose and output.
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 read-only list endpoint with two optional parameters and full schema coverage, the description is sufficient. It names the output fields, and the annotations cover safety. Minor omissions like default limit or ordering are not critical for this level of complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema fully documents limit and industry parameters. The description does not add any parameter-level detail, which is acceptable given the high schema coverage.
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 verb ('List'), the resource ('Dribba's case studies'), and the output fields ('slug, title, industry'). This distinguishes it from sibling tools like list_services without needing to inspect schemas.
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 tool for listing case studies, but it does not explicitly say when to use it over alternatives or when not to use it. There are no exclusions or comparison with list_services or other siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_servicesARead-onlyIdempotentInspect
List Dribba's services with a one-line summary and URL.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of services to return. Omit for all of them. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that results include a one-line summary and URL, but it does not mention pagination, ordering, or other behavioral traits beyond what annotations and schema already 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, front-loaded sentence with no wasted words. It states the action, the resource, and the output format compactly.
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 list operation with one optional parameter, the description is complete: it names the resource, describes the return shape, and the schema documents the limit parameter. An agent has everything needed to invoke it 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 coverage is 100%: the single optional 'limit' parameter is fully described in the input schema. The description adds no additional parameter-specific meaning, which is acceptable because the schema carries the burden.
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 and resource ('List Dribba's services') and specifies the output content ('one-line summary and URL'), making the tool's purpose clear. It does not explicitly distinguish from the sibling 'list_projects', so it misses the full sibling-differentiation bar.
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 is provided about when to use this tool versus alternatives such as 'list_projects' or 'company_facts'. The only implied usage is that one uses it when needing a list of services, but there are no explicit conditions or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_contact_requestAInspect
Submit a real project inquiry to Dribba on behalf of the user. This sends an email and creates a lead — ONLY call it after the user has explicitly confirmed the exact name, email and message to be sent. Dribba replies within 1h. Rate-limited per client.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full name of the person making the inquiry. | |
| Yes | Email address Dribba should reply to. | ||
| budget | No | Approximate budget range, e.g. "30-60k EUR" (optional). | |
| company | No | Company name (optional). | |
| message | Yes | The inquiry, confirmed by the user. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate a mutating action (readOnlyHint=false, idempotentHint=false). The description adds that it sends an email and creates a lead, plus a rate limit, beyond what annotations provide. It does not contradict annotations. While it could detail failure modes or reversibility, the core behavioral disclosure is solid.
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, zero filler. The primary action is front-loaded, and the critical usage condition is stated boldly with 'ONLY'. Each clause earns its place: purpose, effect, confirmation requirement, rate limit, and response time.
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 mutating tool with no output schema, the description adequately covers the essential behaviour and constraints. It omits response format or error handling, but given the tool's simplicity and the strong usage guidance, the gap is minor. The user-confirmation requirement is the most critical context and is clearly stated.
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 documents all three required and two optional parameters. The description reinforces which parameters must be confirmed ('name, email and message') but adds no new semantic detail beyond the schema, aligning with the baseline for high coverage.
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 specific action ('Submit a real project inquiry to Dribba'), the mechanism ('sends an email and creates a lead'), and the critical precondition (after user confirms exact details). This distinguishes it from sibling tools like list_projects and estimate_project without ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to call: 'ONLY call it after the user has explicitly confirmed the exact name, email and message to be sent.' Also adds a rate-limit note and the expected response time (Dribba replies within 1h), giving the agent clear operational constraints.
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.
9 tool updates
- Added
company_facts - Removed
compare_technologies - Added
estimate_project - Removed
get_case_study - Removed
get_service - Added
list_projects - Added
list_services - Removed
search - Added
submit_contact_request
4 tool updates
- First observed
compare_technologies - First observed
get_case_study - First observed
get_service - First observed
search
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
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
9 MCP tools: extract, analyze, research, compare, monitor, brief. Pay-per-call x402 or subscribe.
Public MCP for Truss, Pniel Cohen's development & consultancy business: overview, services, contact
Marketing-measurement MCP: dashboards, cross-channel queries, integrations, and knowledge files.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides structured tool access to Mario's portfolio data including skills, projects, experience, and services via 7 MCP tools.-
- FlicenseNot gradedqualityDmaintenanceOur MCP Tools are designed to enhance AI-driven automated interview services by ensuring a seamless and contextually relevant candidate assessment process. These tools leverage advanced AI models to analyze responses, evaluate competencies, and provide real-time feedback, ma-
- AlicenseNot gradedqualityCmaintenanceMCP server providing 12 tools for Seattle-area home remodeling: real-time cost estimation across 8 project types, contractor business info, project portfolio, blog content, and quote submission. Connects via Streamable HTTP — no auth required.MIT
- FlicenseNot gradedqualityBmaintenanceAI research on companies and industries — one MCP tool per research domain.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool serves a distinct purpose: company facts, cost estimation, project listing, service listing, and contact submission. There is no overlap or ambiguity between them.
Four tools follow a clear verb_noun pattern (estimate_project, list_projects, list_services, submit_contact_request), but 'company_facts' deviates by using a noun_noun structure, breaking the otherwise consistent convention.
With 5 tools, the server is well-scoped for its purpose—showcasing the company and generating leads. Each tool earns its place without redundancy or bloat.
The tool surface covers the core journey: learn about the company, see services and projects, get an estimate, and contact. A notable minor gap is the lack of a tool to fetch detailed information on a specific project, but this is not a blocker for most use cases.