Skip to main content
Glama
BigRedCloud

Red MCP Server

Official
by BigRedCloud

brc_list_audit_log

Show a record of data changes (create, update, delete, emails) made in the current Red session. Use this to answer what was done in Red.

Instructions

Show a record of data changes (create, update, delete, batch, quote close/reopen, emails, etc.) made through this Red MCP server session. Read-only API calls are not logged. Use this as the source of truth for "what did I do today in Red?" style questions. When the user asks what they did "in Red" (or in Big Red Cloud), answer only from Red/BRC activity for the current Red session and for companies currently connected in this session: the Red/BRC audit log, BRC session actions, and connector-visible BRC activity. Never include activity from other MCP sessions, other users, other connections, or companies that are not currently connected (including ones that were disconnected or cleared). For "what did I do today/yesterday/last week in Red", only summarise current-session audit entries for currently connected companies; if older entries exist outside this scope, ignore them completely rather than reporting them. Do not include unrelated Claude chat history such as MCP debugging, Mistral debugging, coding work, or other non-BRC conversations unless the user explicitly asks for broader chat history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeTechnicalDetailsNoOnly set this to true if the user asks for technical details. Sensitive values are still redacted.
Behavior4/5

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

Without annotations, the description carries full burden. It discloses that only data changes are logged, read-only calls excluded, and scope is limited to current session. It does not explicitly state it's a read-only operation or mention rate limits, but the behavior is well-described.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is verbose and contains redundancy (multiple sentences about ignoring older entries). While front-loaded with the core purpose, it could be more concise and structured without losing important details.

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?

Given the single boolean parameter and no output schema, the description covers scope, exclusions, and usage well. It misses describing the output fields, but for an audit log list tool, the behavioral context is sufficiently complete.

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 only parameter (includeTechnicalDetails) has a schema description, but the description adds usage guidance: 'Only set this to true if the user asks for technical details. Sensitive values are still redacted.' This adds value beyond the schema.

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 it shows a record of data changes (create, update, delete, etc.) made through this Red MCP server session, distinguishing it from other list tools by focusing on audit log scope. It avoids tautology by adding nuance about read-only calls not logged.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use this tool: for 'what did I do today in Red?' style questions. Provides clear exclusions: ignore other sessions, other users, disconnected companies, and unrelated chat history. Offers specific guidance on scope restrictions.

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/BigRedCloud/red-mcp-server'

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