Skip to main content
Glama
sELIBIKS

@selibiks/bubble-mcp

by sELIBIKS

bubble_get_schema

Read-onlyIdempotent

Retrieve the full Bubble.io app schema, listing all data types and fields, to understand your app's data structure.

Instructions

Retrieve the full Bubble.io app schema from the /meta endpoint, listing all data types and their fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the source endpoint and output content, but does not disclose additional behavioral traits like pagination, performance, or error conditions. This adds some value beyond annotations but not a rich depth of context.

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, focused sentence that front-loads the action and resource. Every word adds value, with no redundancy or unrelated 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?

Given the tool's simplicity (no parameters, no output schema, and strong annotations), the description is complete. It explains the purpose, the endpoint, and the content of the response, which is all the agent needs for a read-only schema retrieval.

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 and schema coverage is 100%, so the description does not need to explain parameters. Per the rubric, zero-parameter tools receive a baseline of 4.

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 verb 'Retrieve', the resource 'full Bubble.io app schema', the source '/meta endpoint', and what it lists ('all data types and their fields'). It distinguishes itself from sibling tools like bubble_export_schema and bubble_schema_summary by specifying the endpoint and the exhaustive nature of the retrieval.

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 usage through its purpose statement (retrieve the full schema), but it does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. The context is clear but lacks explicit guidance.

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