Skip to main content
Glama

nworks_contact_get

Read-onlyIdempotent

Fetches full details for a specific contact using its ID. Get the contact ID from the contact list to retrieve complete contact information.

Instructions

특정 연락처의 상세 정보를 조회합니다. contactId는 nworks_contact_list로 조회 가능. User OAuth 인증 필요 (contact.read scope)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contactIdYes연락처 ID (nworks_contact_list로 조회 가능)
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, confirming safe read-only behavior. The description adds the requirement for User OAuth authentication and contact.read scope, which is useful behavioral context not present in the annotations. No contradictions.

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, efficient sentence that front-loads the core purpose, then adds the ID source and authentication requirement. No redundancy or filler; every sentence contributes meaningful information.

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 simple single-parameter get operation with annotations covering safety traits and no output schema, the description provides enough contextual information: purpose, ID retrieval, and auth requirement. It lacks explicit return value description, but the get semantics imply returning contact details.

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 schema description for contactId already covers the parameter entirely (100% coverage), stating it's the contact ID obtainable from nworks_contact_list. The description repeats this exact information without adding new format, constraints, or examples, so it adds no 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 the action (조회/query) and resource (특정 연락처/specific contact), and explicitly ties the contactId to the nworks_contact_list lookup, distinguishing it from list or create/update/delete siblings. The verb and object are specific and unambiguous.

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 provides the source of the contactId (nworks_contact_list) but does not explicitly state when to use this tool versus alternatives like nworks_contact_list for bulk retrieval. Guidance is implied rather than explicit, leaving some inference to the agent.

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