Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

sheet.listFunctions

Discover available formula functions for spreadsheet operations, including math, lookup, text, logic, date, and statistical calculations.

Instructions

List all available formula functions. Sheets support ALL standard Excel/Google Sheets functions including:

  • Math: SUM, AVERAGE, MIN, MAX, ROUND, ABS, SQRT, etc.

  • Lookup: VLOOKUP, HLOOKUP, INDEX, MATCH, LOOKUP

  • Text: CONCAT, LEFT, RIGHT, MID, LEN, TRIM, UPPER, LOWER

  • Logic: IF, AND, OR, NOT, IFERROR, SWITCH

  • Date: TODAY, NOW, DATE, YEAR, MONTH, DAY

  • Stats: COUNT, COUNTA, COUNTIF, SUMIF, AVERAGEIF And 50+ more functions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes what the tool does (lists functions) and provides examples of function categories, but doesn't disclose behavioral traits like response format, pagination, or any limitations. For a read-only listing tool with zero annotation coverage, this is adequate but lacks depth.

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

Conciseness4/5

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

The description is appropriately sized and front-loaded with the core purpose in the first sentence. The bulleted list of function categories adds useful detail without being verbose, though it could be slightly more streamlined by grouping categories more efficiently.

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?

Given the tool's simplicity (0 parameters, no output schema, no annotations), the description is reasonably complete but could improve by specifying the output format (e.g., list of objects with function names and categories) or any limitations. It covers the what but not the how of the response.

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 input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately doesn't discuss parameters, focusing instead on the tool's output scope. This meets the baseline of 4 for zero-parameter tools.

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 tool's purpose: 'List all available formula functions' with the specific verb 'List' and resource 'formula functions'. It distinguishes from sibling tools like 'spreadsheet.listFunctions' by specifying it's for 'Sheets' and listing example function categories, making it highly specific and differentiated.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool: when needing to see all formula functions supported by Sheets, including standard Excel/Google Sheets functions. It doesn't explicitly state when not to use it or name alternatives, but the context is sufficient for an agent to understand its application.

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/circuitry-dev/circuitry-mcp-server'

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