Skip to main content
Glama

nworks_board_read

Read-onlyIdempotent

Retrieve detailed content of a board post by supplying board ID and post ID. Get the full post text and details from LINE WORKS boards.

Instructions

게시판 글의 상세 내용을 조회합니다. postId는 nworks_board_posts로 조회 가능. User OAuth 인증 필요 (board.read scope)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postIdYes글 ID (nworks_board_posts로 조회 가능)
boardIdYes게시판 ID (nworks_board_list로 조회 가능)
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the description doesn't need to repeat that it's a read-only operation. The description adds value by noting the OAuth requirement and the board.read scope, which is additional context beyond annotations. It also mentions a subtle dependencies (posts and boards exist via specific tools). The only gap is not describing the return format or error behavior, but the annotations cover the safety profile.

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?

Three sentences with zero waste. The purpose is front-loaded, the parameter source is stated, and the auth requirement is mentioned. Every sentence adds value; there is no redundancy.

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?

The description covers purpose, parameters, and auth requirements. Though there is no output schema, for a simple read operation with a clear purpose, the description is sufficiently complete. The only minor gap is lack of explicit mention of what happens if the post doesn't exist, but that's an error-handling detail not essential for tool selection.

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 the schema already documents both parameters. The description does repeat the postId dependency on nworks_board_posts, which adds a slight contextual hint beyond the schema. All parameters are already clear from the schema, so the baseline 3 is appropriate.

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?

States a specific verb ('조회'), resource ('게시판 글의 상세 내용'), and identifies relation to related tools (postId via nworks_board_posts). The description unambiguously differentiates it from siblings like nworks_board_list (list of boards) and nworks_board_posts (list of posts).

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?

Clearly states the required parameters (postId, boardId) and references the sibling tools that provide these IDs, which gives the agent context on how to obtain inputs. It doesn't explicitly contrast with alternatives, but the relation to reference-gathering tools is a form of usage guidance. It could be improved by noting when to use this vs. other board tools, though the reference to nworks_board_posts is helpful.

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/yjcho9317/nworks'

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