Skip to main content
Glama

wecom_smartsheet_get_sheet

Retrieve all sub-table names and IDs from a WeCom smartsheet URL to identify sheets for further operations.

Instructions

List all sheets (sub-tables) in a WeCom smartsheet. Returns sheet IDs and titles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesSmartsheet URL
Behavior3/5

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

The description discloses that it returns IDs and titles, which is helpful. Since no annotations are provided, the description carries the full transparency burden. It lacks detail about potential side effects (none expected for a list operation), permissions, or pagination. But it correctly implies a read-only operation.

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 sentence that is concise and directly states the tool's purpose and return value. No superfluous words; it earns its place.

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?

For a simple listing tool with one parameter and no output schema, the description is adequate but minimal. It doesn't explain the format of the return (e.g., whether it's a list of objects) or any limitations. It lacks contextual completeness about potential errors or prerequisites.

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 coverage is 100%, with one parameter 'url' having a description 'Smartsheet URL'. The description does not add new meaning beyond the schema; it just reiterates that it lists sheets. With high schema coverage, the baseline is 3, and there is no extra parameter context added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: listing sheets in a WeCom smartsheet and returning their IDs and titles. It uses the specific verb 'list' and identifies the resource (sheets/sub-tables). However, it does not differentiate this tool from siblings like wecom_smartsheet_get_fields or wecom_smartsheet_get_records, which might list other entities.

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 when to use this tool: when you need to discover available sheets and their IDs. However, it does not provide explicit guidance on when not to use it or mention alternatives like wecom_smartsheet_get_fields for columns or wecom_smartsheet_get_records for data.

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/Beltran12138/wecom-docs-mcp-server'

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