Skip to main content
Glama

nworks_board_posts

Read-onlyIdempotent

Retrieve posts from a specific board using its board ID. Get board IDs from the board list tool to display posts or check notices.

Instructions

게시판의 글 목록을 조회합니다. '게시판 글 보여줘', '공지사항 확인' 등의 요청에 사용. boardId는 nworks_board_list로 조회 가능. User OAuth 인증 필요 (board.read scope)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo페이지당 항목 수 (기본: 20, 최대: 40)
cursorNo페이지네이션 커서
boardIdYes게시판 ID (nworks_board_list로 조회 가능)
Behavior3/5

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

Annotations already indicate readOnlyHint=true, openWorldHint=true, and idempotentHint=true, so the description's mention of OAuth and board.read scope adds value regarding auth requirements. However, it does not elaborate on pagination specifics like cursor format, which is beyond annotations but important for behavior.

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 concise and front-loaded with the core action and example queries. It efficiently states auth requirements and boardId resolution in one sentence. Could be slightly more structured, but it is mostly efficient.

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?

For a read-only list operation with full schema coverage and no output schema, the description covers purpose, usage, and auth. It lacks explicit note on cursor pagination, but the schema covers it. Overall sufficient for successful invocation.

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?

The input schema already provides descriptions for all parameters (100% coverage). The description adds minimal extra value, just reiterating boardId is from nworks_board_list. Since schema coverage is full, a baseline of 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?

The description clearly states the tool lists board posts, with specific example queries and a mention of the related boardId lookup. It is distinguished from siblings like nworks_board_read by focusing on list retrieval, and the boardId reference to nworks_board_list adds clarity.

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 specifies when to use it (e.g., '게시판 글 보여줘', '공지사항 확인') and notes boardId can be obtained via nworks_board_list. It lacks explicit 'when not to use' guidance, but the usage context is clear enough for an agent to select it among many list tools.

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