Skip to main content
Glama

BuildBetter

Official

build-query

Generate precise GraphQL query strings tailored to specific types, including customizable fields, filters, and result limits, simplifying data retrieval for your projects.

Instructions

Build a simple GraphQL query string for a specific type

Input Schema

NameRequiredDescriptionDefault
fieldsYesFields to include in the query
filterNoOptional filter criteria (structure depends on schema)
limitNoOptional limit for the number of results (must be positive integer)
typeNameYesThe name of the GraphQL type to query

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Fields to include in the query", "items": { "type": "string" }, "type": "array" }, "filter": { "description": "Optional filter criteria (structure depends on schema)", "type": "object" }, "limit": { "description": "Optional limit for the number of results (must be positive integer)", "type": "number" }, "typeName": { "description": "The name of the GraphQL type to query", "type": "string" } }, "required": [ "typeName", "fields" ], "type": "object" }
Install Server

Other Tools from BuildBetter

Related Tools

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/buildbetter-app/BuildBetter-MCP'

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