Skip to main content
Glama
TheOctMind

Super Fireberry MCP

by TheOctMind

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIREBERRY_TOKEN_IDYesYour Fireberry API Access Token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_objectsA

Discover all available CRM modules and custom objects. Use this first to understand the system structure.

get_fieldsA

Retrieve detailed field definitions for any object. Essential before creating or updating records to know which fields exist.

queryC

Execute complex search queries with logical filters. Supports pageNumber, pageSize, and filter strings (e.g., 'accountname contains "test"').

manage_recordA

Create, Update, or Delete CRM records. For 'update', recordId is mandatory. For 'create', include the data object with field values.

get_related_recordsA

Fetch records linked to a specific entity. Useful for traversing relationships like Contacts under an Account.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool addresses a clearly distinct layer: object metadata, field metadata, record search, record mutations, and relationship traversal. Even though query and get_related_records both return records, their purposes are separated by general filtered search versus direct linked-record navigation.

Naming Consistency3/5

The get_objects, get_fields, and get_related_records tools follow a consistent get_ prefix, but query is a bare noun/verb and manage_record uses a generic 'manage' verb. The naming is readable but mixes conventions rather than following a uniform verb_noun pattern.

Tool Count5/5

Five tools is a well-scoped count for a CRM MCP server. Each tool covers a major capability—discovery, metadata, search, mutations, and relationships—without unnecessary fragmentation or overwhelming breadth.

Completeness4/5

The tool set covers metadata discovery, record creation/updating/deletion, complex search, and relationship traversal, which covers core CRM workflows. Minor gaps exist, such as no explicit single-record fetch and no relationship mutation tools, but query and manage_record can likely work around these.

Maintenance

ActivityInactive
ResponsivenessNo issues