Skip to main content
Glama
decode-data

twentycrm-graphql-mcp

by decode-data

execute_metadata

Run raw GraphQL queries or mutations against Twenty CRM's Metadata API to manage custom objects, fields, and relations.

Instructions

Run any raw GraphQL query or mutation against the Twenty Metadata API (schema management: custom objects, fields, relations).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe GraphQL query or mutation string
variablesNoOptional variables for the query

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.0.9

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are present, so the description must carry full behavioral disclosure. While 'any raw GraphQL query or mutation' hints at arbitrary operations, it does not disclose potential side effects such as schema modifications being irreversible or dangerous, authentication requirements, or error behavior. This is a significant gap for a powerful execution tool.

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, tightly constructed sentence. It front-loads the core action and adds a helpful parenthetical scope without any wasted words.

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

Completeness3/5

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

The tool is a raw GraphQL executor with no annotations and no output schema, so more context would be valuable. The description gives the domain and scope, but it omits risk information, usage alternatives, and expected response behavior, leaving the description only minimally complete for an agent to use it safely and effectively.

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%, so parameters are already well-documented in the schema. The description adds no additional semantic detail about the query string or variables, but the baseline of 3 is appropriate because the schema carries the 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 states a specific verb ('Run'), a resource ('raw GraphQL query or mutation against the Twenty Metadata API'), and a scope ('schema management: custom objects, fields, relations'). It clearly distinguishes from likely siblings by naming the Metadata API and schema management domain.

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 for raw GraphQL operations on the metadata API, but it does not explicitly say when to choose this tool over siblings like execute_graphql or inspect_schema. No alternatives or exclusion conditions are provided, leaving the agent to infer context from sibling names.

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/decode-data/twentycrm-graphql-mcp'

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