Skip to main content
Glama
sELIBIKS

@selibiks/bubble-mcp

by sELIBIKS

bubble_get

Read-onlyIdempotent

Fetch a single Bubble.io record by its data type and unique ID. Retrieve exact data objects from your Bubble database for quick lookups.

Instructions

Retrieve a single Bubble.io data object by its data type and unique ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe unique ID of the record to retrieve
dataTypeYesThe Bubble data type name (e.g. "user", "order")
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which fully cover the safety profile. The description adds no additional behavioral context such as what happens if the ID does not exist, authentication needs, or response format. Since annotations are comprehensive, the lack of extra context keeps this at a 3.

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, clear sentence that is front-loaded with the action and object, with zero filler words. It perfectly matches the simplicity of a get-by-ID operation.

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 2-parameter, read-only tool with rich annotations and no output schema, the description covers the essential purpose and required inputs. It does not mention edge-case behavior (e.g., missing ID handling), but that is a minor gap given the simplicity and the annotations.

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 `id` and `dataType` have descriptive definitions. The description only restates these in prose ('data type and unique ID') without adding new semantic detail, so it does not go beyond the schema baseline.

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 uses a specific verb 'Retrieve' and clearly identifies the resource as a 'single Bubble.io data object' located by 'data type and unique ID'. This distinguishes it from sibling tools like bubble_search and bubble_search_all, which are search operations.

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?

Usage is implied by the phrase 'by its data type and unique ID' — the agent knows it needs those two inputs. However, the description does not explicitly state when to use this over alternative tools (e.g., bubble_search for queries), nor does it mention any exclusions or prerequisites.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sELIBIKS/bubble-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server