Skip to main content
Glama
pdg6

BC Curriculum MCP Server

by pdg6

Get Competency Connections

get_competency_connections
Read-onlyIdempotent

Find curricular competencies shared across BC K-12 subjects or courses. Input a competency text to discover related skills and support interdisciplinary planning.

Instructions

Find curricular competencies that appear across multiple subjects or courses. Useful for interdisciplinary curriculum design and identifying transferable skills.

Args:

  • competency_text (string): A competency description to find connections for

  • scope (string, optional): Where to search ('same_subject', 'cross_subject', 'all'). Default 'all'.

Returns: Related competencies from other courses/subjects with similarity ranking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoWhere to search for related competenciesall
competency_textYesA competency description to find connections for
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds useful behavioral details: it returns 'related competencies from other courses/subjects with similarity ranking' and describes the scope parameter's effect. No contradiction with annotations, so a 4 is appropriate.

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 concise and well-structured: it leads with the core purpose, adds a brief usage context, then lists arguments and the return. No filler or redundant sentences, and the format is easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter read-only tool with a fully documented schema and no output schema, the description covers purpose, parameters, default scope, and return format. Nothing an agent needs to invoke it correctly is missing.

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%, and the description reproduces the schema's parameter descriptions verbatim for both competency_text and scope. It adds no new meaning beyond the schema, so the baseline of 3 applies.

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 'find[s] curricular competencies that appear across multiple subjects or courses,' which is a specific action with a clear resource. However, it does not explicitly distinguish itself from similar sibling tools like search_cross_curricular, so it misses the differentiator that would earn a 5.

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 provides clear context for when to use: 'useful for interdisciplinary curriculum design and identifying transferable skills.' It does not mention alternatives or when not to use, but the use case is well defined, so it meets the 'clear context, no exclusions' level.

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/pdg6/bc-curriculum-mcp-server'

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