Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/ohah/react-native-mcp/mcp-tool-descriptionsgit clone --depth 1 https://github.com/ohah/react-native-mcpWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00263 | $0.00263 |
| Opus 5 | $0.00131 | $0.00131 |
| Sonnet 5 | $0.00053 | $0.00053 |
| Haiku 4.5 | $0.00026 | $0.00026 |
Grade A, and why
mcp-tool-descriptions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
MCP 도구 description 규칙
MCP 서버에 등록하는 도구의 description과 스키마 파라미터 describe()는 모두 영어로 작성한다.
registerTool(..., { description: '...' })의 description 문자열 → 영어- zod 스키마의
.describe('...')(사용자에게 노출되는 파라미터 설명) → 영어
코드 주석(JSDoc, 인라인)은 프로젝트 코딩 스타일대로 한글 가능. 사용자/클라이언트에 노출되는 도구 설명만 영어.
길이 권장 (초기 컨텍스트/토큰 절감)
- 도구
description: 1문장, 80~100자 권장. 워크플로·상세는 문서로 분리. - 파라미터
.describe(): 한 줄 한 문구. 상세 문법·옵션은 "See docs/..." 로 대체. - 너무 짧으면 AI가 사용 시점을 놓치고, 너무 길면 tools/list 토큰이 커짐. 핵심만 노출.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 20 lines · 263 tokens per session scan A 58d061425d82
mcp-tool-descriptions is a cursor rule published in the GitHub repository ohah/react-native-mcp (7 stars, last pushed 5mo ago), licensed MIT. It adds 263 tokens to every session, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other cursor rules, from other repositories
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.
prefer-direct-imports-over-module-mocks
Prefer extracting a testable core over vi.mock / vi.resetModules when unit tests need to reach production logic entangled with config, env, or singletons.
control-plane-descriptors
Control plane descriptor and instance implementation patterns.
family-instance-domain-actions
Family instance domain action implementation patterns.